Commit 1a5a5df9 by 吕明尚

按钮增加权限

parent 93a56499
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
plain plain
icon="el-icon-edit" icon="el-icon-edit"
size="mini" size="mini"
v-hasPermi="['system:consumerCoupon:empower']" v-hasPermi="['system:coupon:empower']"
@click="onEmpower" @click="onEmpower"
>美团授权 >美团授权
</el-button> </el-button>
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
icon="el-icon-download" icon="el-icon-download"
size="mini" size="mini"
@click="handleExport" @click="handleExport"
v-hasPermi="['system:consumerCoupon:export']" v-hasPermi="['system:coupon:export']"
>导出 >导出
</el-button> </el-button>
</el-col> </el-col>
...@@ -255,7 +255,7 @@ ...@@ -255,7 +255,7 @@
type="text" type="text"
icon="el-icon-delete" icon="el-icon-delete"
@click="handleDelete(scope.row)" @click="handleDelete(scope.row)"
v-hasPermi="['system:consumerCoupon:remove']" v-hasPermi="['system:coupon:remove']"
>删除 >删除
</el-button> </el-button>
</template> </template>
......
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