e187d68a by lihua

异议反馈文字描述长度限制200

1 parent 19f9a22f
...@@ -170,7 +170,7 @@ const passFormItems = ref([ ...@@ -170,7 +170,7 @@ const passFormItems = ref([
170 block: true, 170 block: true,
171 readonly: false, 171 readonly: false,
172 rows: 5, 172 rows: 5,
173 maxlength: 500, 173 maxlength: 200,
174 default: '', 174 default: '',
175 col: 'margin_b_0', 175 col: 'margin_b_0',
176 } 176 }
...@@ -272,7 +272,7 @@ const rejectDialogInfo = ref({ ...@@ -272,7 +272,7 @@ const rejectDialogInfo = ref({
272 clearable: true, 272 clearable: true,
273 block: true, 273 block: true,
274 rows: 5, 274 rows: 5,
275 maxlength: 500, 275 maxlength: 200,
276 default: '', 276 default: '',
277 readonly: false, 277 readonly: false,
278 col: 'margin_b_0', 278 col: 'margin_b_0',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!