Compare commits

...

2 Commits

Author SHA1 Message Date
woody 596a4eaca6 Merge branch 'dev' of 47.94.45.65:angelo/web-retail-admin into test 2025-07-02 09:28:39 +08:00
woody 0d468e4b61 feat(groupConfiguration): add btn role 2025-07-02 09:28:27 +08:00
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@
<div class="maintop">
<div class="mainbtn">
<el-button
v-hasButtons="['GroupConfigurationListAdd']"
size="small"
class="thebtn1"
@click="handleAddOrEdit(true)"
@ -69,6 +70,7 @@
>
<template slot-scope="scope">
<el-button
v-hasButtons="['GroupConfigurationListEdit']"
class="button-s"
type="text"
size="small"
@ -78,6 +80,7 @@
{{ '修改' }}
</el-button>
<el-button
v-hasButtons="['GroupConfigurationListDel']"
class="button-s"
type="text"
size="small"