d15c3586 by lihua

数据资源名称修改最大长度限制

1 parent 1f546965
...@@ -111,7 +111,7 @@ const baseInfoFormItems = ref([ ...@@ -111,7 +111,7 @@ const baseInfoFormItems = ref([
111 type: 'input', 111 type: 'input',
112 placeholder: '请输入', 112 placeholder: '请输入',
113 field: 'damName', 113 field: 'damName',
114 maxlength: 30, 114 maxlength: 50,
115 default: '', 115 default: '',
116 required: true 116 required: true
117 }, 117 },
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!