|
@@ -395,8 +395,8 @@
|
|
|
一键同步
|
|
|
</a-button>
|
|
|
<!-- && -->
|
|
|
- <a-button v-if="checkArr.length && showTabsTitle !== '0'" type="primary" @click="handleFodderWind">素材下线</a-button>
|
|
|
- <a-button v-if="checkArr.length && showTabsTitle === '0'" type="primary" @click="handleApprovedClick">通过审核</a-button>
|
|
|
+ <a-button v-if="checkArr.length && active !== '0'" type="primary" @click="handleFodderWind">素材下线</a-button>
|
|
|
+ <a-button v-if="checkArr.length && active === '0'" type="primary" @click="handleApprovedClick">通过审核</a-button>
|
|
|
</div>
|
|
|
<a-tabs @change="callbackTwo" v-model="active" type="card" id="material-card">
|
|
|
<a-tab-pane :tab="item.tab" v-for="item of examinelList" :key="item.value">
|