9aa1334e by lihua

fix

1 parent 6b3c66a0
...@@ -154,7 +154,7 @@ const classEditFormItems = ref([ ...@@ -154,7 +154,7 @@ const classEditFormItems = ref([
154 { 154 {
155 label: '界面排序', 155 label: '界面排序',
156 type: 'input', 156 type: 'input',
157 maxlength: 50, 157 maxlength: 10,
158 placeholder: '请输入', 158 placeholder: '请输入',
159 field: 'orderNum', 159 field: 'orderNum',
160 regexp: /[^\d]/g, 160 regexp: /[^\d]/g,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!