Browse Source

常用工具字数限制

dev
wenlele 2 years ago
parent
commit
c1cd8bb132
  1. 4
      web/client/src/sections/control/containers/control.jsx

4
web/client/src/sections/control/containers/control.jsx

@ -70,6 +70,9 @@ const Control = (props) => {
// console.info(msg);
console.log(msg);
if (msg?.msgDataMap) {
}
let a = msg;
});
return () => {
@ -1245,6 +1248,7 @@ const Control = (props) => {
labelPosition="left"
rules={[{ required: true, message: "请输入工具名称,1~10个字符,支持中英文,数字及常见符号-_ /." }]}
field='name'
maxLength="10"
initValue={compile?.name || ''}
placeholder='请输入工具名称'
/>

Loading…
Cancel
Save