Commit 1a5a5df9 by 吕明尚

按钮增加权限

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