拆分日期必填项修改
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
|
||||
<div class="box-title-text" v-else-if="item.field_show_type === '6'">
|
||||
<div class="title-text">
|
||||
<span class="RequireddateChange" v-if="item.field_must_input == 1">*</span>
|
||||
<span class="Required" v-if="item.field_must_input == 1">*</span>
|
||||
<span class="title-text-text" :title="item.db_field_txt">{{item.db_field_txt}}</span>
|
||||
</div>
|
||||
<a-form-model-item class="itemModel" :prop="item.db_field_name">
|
||||
@@ -812,7 +812,7 @@
|
||||
},
|
||||
//上传文件
|
||||
uploadSuccess1(file,data,imgs,uploadFileFlag) {
|
||||
console.log('dataimg',file,data,imgs,uploadFileFlag)
|
||||
// console.log('dataimg',file,data,imgs,uploadFileFlag)
|
||||
|
||||
for(let i = this.contentList.length;i>this.addIndex;i--){
|
||||
this.contentList[i]=this.contentList[i-1]
|
||||
|
||||
@@ -1221,6 +1221,12 @@
|
||||
.ant-col-sm-8{
|
||||
min-width: 300px;
|
||||
}
|
||||
.ant-select-selection--multiple{
|
||||
ul{
|
||||
height:36px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
.upload-split{
|
||||
.ant-upload{
|
||||
|
||||
Reference in New Issue
Block a user