修改禅道已知bug

This commit is contained in:
qq787203167
2022-03-30 14:23:02 +08:00
parent 9692401b1e
commit 94a25c4b7a
4 changed files with 30 additions and 23 deletions
@@ -97,7 +97,6 @@
</div>
<a-form-model-item class="itemModel" :prop="item.db_field_name">
<a-range-picker class="box-input" v-model="formInline[item.db_field_name]"
:placeholder="$t('PleaseSelect')+item.db_field_txt"
:disabled="disabled"
@change="onChange(item.db_field_name)"></a-range-picker>
</a-form-model-item>
@@ -124,7 +123,7 @@
</div>
</a-col>
<a-col :span="24" v-else-if="item.field_show_type === '8'">
<a-col :span="24" v-else-if="item.field_show_type === '8' || item.field_show_type === 'text'">
<div class="box-title-text">
<div class="title-text">
<span class="Required" v-if="item.field_must_input == 1">*</span>