[update] 修改企标复审计划按钮权限

This commit is contained in:
lideqin
2023-09-21 10:48:01 +08:00
parent d16cd056a6
commit 95796bddb3
@@ -42,7 +42,7 @@
{{ toggleSearchStatus ? $t('putAway') : $t('open') }}
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
</a>
<a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 8px" v-has="'enterpriseStandardLibrary.reviewPlan.search'">{{ $t('query') }}</a-button>
<a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 8px" v-has="'enterpriseStandardLibrary:recheckPlan:search'">{{ $t('query') }}</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">{{ $t('reset') }}</a-button>
</div>
@@ -53,7 +53,7 @@
<!-- 操作区域 -->
<div class="table-operator">
<!-- 发起复审 -->
<a-button icon="plus" type="primary" ghost v-has="'enterpriseStandardLibrary.reviewPlan.initReview'"
<a-button icon="plus" type="primary" ghost v-has="'enterpriseStandardLibrary:reviewPlan:initReview'"
@click="handleInitReview">
{{ $t('enterpriseStandardLibrary.reviewPlan.initReview') }}
</a-button>