Commit b85174e6 authored by 沈翠玲's avatar 沈翠玲

修复申请增加按钮权限

parent d11e16ff
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
</div> </div>
<div class="h-full w-full flex flex-col"> <div class="h-full w-full flex flex-col">
<div class="mt-2"> <div class="mt-2">
<el-button type="primary" @click="repair">修复申请</el-button> <el-button type="primary" @click="repair"
v-permission="'repair_apply'"
>修复申请</el-button>
<el-button type="primary" @click="reduce">减免申请</el-button> <el-button type="primary" @click="reduce">减免申请</el-button>
<el-button type="primary" @click="split">分期申请</el-button> <el-button type="primary" @click="split">分期申请</el-button>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment