fix : 年度计划权限按钮

This commit is contained in:
2024-07-06 22:37:51 +08:00
parent 7e07010f0d
commit e5777b55bc
3 changed files with 11 additions and 5 deletions

View File

@@ -181,7 +181,7 @@
</div>
</el-form>
<div class="oper-page-btn" v-if="data.state==='5'">
<div class="oper-page-btn" v-perm="['annual:plan:approve']" v-if="data.state==='5'">
<el-button type="danger" @click="handleRejectPlan">驳回年度计划</el-button>
<el-button color="#DED0B2" @click="handleAgreePlan">通过年度计划</el-button>
</div>