整改情况显示判断修改

dianlixunjian
Zhufu 2024-09-14 08:46:51 +08:00
parent cd85c2188b
commit e8c316a14a
4 changed files with 4 additions and 4 deletions

View File

@ -204,7 +204,7 @@
<a-tab-pane
key="3"
tab="整改情况"
v-if="weifaleixing == 0 && !['建设用地', '推堆土'].includes(typename)"
v-if="is_illegal == 1 && weifaleixing == 0 && !['建设用地', '推堆土'].includes(typename)"
>
<a-descriptions
:column="2"

View File

@ -204,7 +204,7 @@
<a-tab-pane
key="3"
tab="整改情况"
v-if="weifaleixing == 0 && !['建设用地', '推堆土'].includes(typename)"
v-if="is_illegal == 1 && weifaleixing == 0 && !['建设用地', '推堆土'].includes(typename)"
>
<a-descriptions
:column="2"

View File

@ -204,7 +204,7 @@
<a-tab-pane
key="3"
tab="整改情况"
v-if="weifaleixing == 0 && !['建设用地', '推堆土'].includes(typename)"
v-if="is_illegal == 1 && weifaleixing == 0 && !['建设用地', '推堆土'].includes(typename)"
>
<a-descriptions
:column="2"

View File

@ -226,7 +226,7 @@
<a-tab-pane
key="3"
tab="整改情况"
v-if="props.showInfoData.weifaleixing == 0 && !['建设用地', '推堆土'].includes(props.showInfoData.typename)"
v-if="props.showInfoData.is_illegal == 1 && props.showInfoData.weifaleixing == 0 && !['建设用地', '推堆土'].includes(props.showInfoData.typename)"
>
<a-descriptions
:column="2"