751c707e by lihua

限制输入长度

1 parent fa2fbc29
...@@ -1410,6 +1410,7 @@ const productRegisterInfoItems = ref([{ ...@@ -1410,6 +1410,7 @@ const productRegisterInfoItems = ref([{
1410 placeholder: "请输入开放条件", 1410 placeholder: "请输入开放条件",
1411 field: "opennessConditions", 1411 field: "opennessConditions",
1412 default: '', 1412 default: '',
1413 maxlength: 50,
1413 clearable: true, 1414 clearable: true,
1414 visible: true, 1415 visible: true,
1415 required: true, 1416 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!