751c707e by lihua

限制输入长度

1 parent fa2fbc29
......@@ -1410,6 +1410,7 @@ const productRegisterInfoItems = ref([{
placeholder: "请输入开放条件",
field: "opennessConditions",
default: '',
maxlength: 50,
clearable: true,
visible: true,
required: true,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!