[update] bug修改

This commit is contained in:
zhaomeijing
2022-06-15 11:32:26 +08:00
parent eff18530e7
commit eb4d6eb4e3
4 changed files with 18 additions and 8 deletions
@@ -24,7 +24,7 @@
</div>
<span slot="operationbtn" slot-scope="record">
<span v-if='homo === 1'>
<span v-if='currentPersonRole === "homo"'>
<!-- 认证工程师 -->
<span v-if='record.state == "待发起收集" || record.state == "工程接口人退回" || record.state == "变更"'>
<span
@@ -56,7 +56,7 @@
<a-row :gutter='24'>
<a-col :span='24'>
<a-form-model-item ref='region' :label="$t('engineeringInterfacePerson')" prop='region'>
<a-select :placeholder="$t('PleaseSelect')+$t('engineeringInterfacePerson')" v-model="Dateline.querySdt">
<a-select allowClear :placeholder="$t('PleaseSelect')+$t('engineeringInterfacePerson')" v-model="Dateline.querySdt">
<a-select-option v-for="(item, key) in querySdtList" :key="key" :value="item.value">
<span style="display: inline-block;width: 100%" :title=" item.label ">
{{ item.label }}