This commit is contained in:
Teo
2025-08-15 18:29:44 +08:00
parent ab1b50e6a0
commit 2e24c41b60
5 changed files with 10 additions and 16 deletions

View File

@ -125,7 +125,7 @@
>
</el-col>
<el-col :span="1.5">
<el-button plain type="warning" icon="Finished" @click="handleAudit()" v-hasPermi="['out:monthPlan:remove']">审核</el-button>
<el-button plain type="warning" icon="Finished" @click="handleAudit()">审核</el-button>
</el-col>
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
</el-row>