平台件项目库 认证清单调取按钮

This commit is contained in:
zyx.net
2023-09-25 16:07:48 +08:00
parent 05574cad05
commit bd4cfad713
2 changed files with 11 additions and 11 deletions
@@ -117,7 +117,7 @@
</div>
<!-- 调取-->
<div @click="transferClick" v-if="roleSwitchingCode == 0" class="operator-text">
<div @click="transferClick" v-if="roleSwitchingCode == 2 || roleSwitchingCode == 1" class="operator-text">
<a-icon type="profile"/>
{{ $t('Transfer') }}
</div>
@@ -182,12 +182,12 @@
</div>
<!-- 导出-->
<div @click="handleExport"
v-if="roleSwitchingCode == 1 || roleSwitchingCode == 2 || roleSwitchingCode == 20 || roleSwitchingCode == 21"
class="operator-text-title">
<a-icon type="export" :rotate="-90"/>
{{ $t('export') }}
</div>
<!-- <div @click="handleExport"-->
<!-- v-if="roleSwitchingCode == 1 || roleSwitchingCode == 2 || roleSwitchingCode == 20 || roleSwitchingCode == 21"-->
<!-- class="operator-text-title">-->
<!-- <a-icon type="export" :rotate="-90"/>-->
<!-- {{ $t('export') }}-->
<!-- </div>-->
<!-- 导入-->
<div class="operator-text-title" v-if="roleSwitchingCode == 1 || roleSwitchingCode == 2">
@@ -276,10 +276,10 @@
{{ $t('export') }}
</div>
<!-- 撤回-->
<div class="operator-text" @click="withdrawnClick" v-if="this.roleSwitchingCode == '2' || this.roleSwitchingCode == '1'">
<a-icon type="rollback"/>
{{ $t('withdraw') }}
</div>
<!-- <div class="operator-text" @click="withdrawnClick" v-if="this.roleSwitchingCode == '2' || this.roleSwitchingCode == '1'">-->
<!-- <a-icon type="rollback"/>-->
<!-- {{ $t('withdraw') }}-->
<!-- </div>-->
<!-- 发起任务-->
<div class="operator-text" @click="submitOrSendBackClick(0)" v-if="this.roleSwitchingCode == '1'">
<a-icon type="check-circle"/>