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