617a6b60 by lihua

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

1 parent 4aa56a49
......@@ -170,7 +170,7 @@ const passFormItems = ref([
block: true,
readonly: false,
rows: 5,
maxlength: 500,
maxlength: 200,
default: '',
col: 'margin_b_0',
}
......@@ -272,7 +272,7 @@ const rejectDialogInfo = ref({
clearable: true,
block: true,
rows: 5,
maxlength: 500,
maxlength: 200,
default: '',
readonly: false,
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!