|
@@ -99,7 +99,9 @@
|
|
|
|
|
|
<view
|
|
<view
|
|
class="info-container card mt30"
|
|
class="info-container card mt30"
|
|
- v-if="oldData.workerInvolveApplyItems && oldData.workerInvolveApplyItems.length"
|
|
|
|
|
|
+ v-if="
|
|
|
|
+ oldData.workerInvolveApplyItems && oldData.workerInvolveApplyItems.length && ![1, 3].includes(oldData.status)
|
|
|
|
+ "
|
|
>
|
|
>
|
|
<view class="common-title">
|
|
<view class="common-title">
|
|
<text>审核信息</text>
|
|
<text>审核信息</text>
|