Commit 92721ae4 by lixiaomin

修改优惠券赠送的权限

parent ef55a917
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</el-col> </el-col>
<el-col :span="1.5"> <el-col :span="1.5">
<el-button type="primary" plain size="mini" @click="giveClick" <el-button type="primary" plain size="mini" @click="giveClick"
v-hasPermi="['coupon:coupon:add']">赠送</el-button> v-hasPermi="['coupon:user:give']">赠送</el-button>
</el-col> </el-col>
</el-row> </el-row>
<el-table v-loading="loading" :data="couponList"> <el-table v-loading="loading" :data="couponList">
......
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