异议反馈文字描述长度限制200
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -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', | ... | ... |
-
Please register or sign in to post a comment