|
|
@@ -274,7 +274,7 @@ export default {
|
|
|
contentStyle={{ width: '17%' }}
|
|
|
style="margin-top:-1px"
|
|
|
>
|
|
|
- <el-descriptions-item label="备注" contentStyle={{ width: '92%' }}>
|
|
|
+ <el-descriptions-item label="*备注" contentStyle={{ width: '92%' }}>
|
|
|
<el-input
|
|
|
type="textarea"
|
|
|
placeholder="请输入内容"
|
|
|
@@ -282,6 +282,7 @@ export default {
|
|
|
onInput={val => {
|
|
|
this.formData.remark = val
|
|
|
}}
|
|
|
+ rules={[{ required: true, message: '请输入备注', trigger: ['blur'] }]}
|
|
|
maxlength="200"
|
|
|
show-word-limit
|
|
|
autosize={{ minRows: 2, maxRows: 4 }}
|