平台件项目库 认证清单调取按钮
This commit is contained in:
+7
-7
@@ -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">
|
||||
|
||||
+4
-4
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user