修改禅道已知bug

This commit is contained in:
qq787203167
2022-03-09 15:19:17 +08:00
parent 731dba5533
commit b3e18824e3
3 changed files with 24 additions and 9 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
:placeholder="$t('PleaseSelect')+item.db_field_txt"
/>
</div>
<div class="box-title-text" v-if="item.field_show_type == '1'">
<div class="box-title-text" v-if="item.field_show_type == '1' || item.field_show_type == '8' ||
item.field_show_type == '9' || item.field_show_type == '10' || item.field_show_type == '11'">
<div class="title-text" :title="item.db_field_txt">
<span>{{item.db_field_txt}}</span>
</div>