修改bug 56453 资料中心汇总
This commit is contained in:
@@ -276,9 +276,9 @@
|
||||
>
|
||||
<el-input
|
||||
type="textarea"
|
||||
autosize
|
||||
:autosize="{ minRows: 1, maxRows: 15}"
|
||||
style="width: 95%"
|
||||
maxlength="200"
|
||||
maxlength="4000"
|
||||
show-word-limit
|
||||
v-model="attributeEO.dataExplain"
|
||||
placeholder="请输入资料说明"
|
||||
@@ -370,6 +370,9 @@ export default {
|
||||
],
|
||||
dataTitle: [
|
||||
{required: true, message: '资料标题不能为空', trigger: 'change'},
|
||||
],
|
||||
attachFileId: [
|
||||
{required: true, message: '附件不能为空', trigger: 'change'},
|
||||
]
|
||||
},
|
||||
dataCenterSearch: {
|
||||
|
||||
Reference in New Issue
Block a user