Commit 916074269aeab973e34475334319836bc7d2ba05
1 parent
e8262342
feat: 修改按钮权限标识
Showing
2 changed files
with
2 additions
and
2 deletions
.env.development
src/views/expand/expand/index.vue
| ... | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | </el-col> |
| 20 | 20 | <el-col :span="1.5"> |
| 21 | 21 | <el-button type="primary" plain icon="Plus" @click="handleSmartAdd" |
| 22 | - v-hasPermi="['expand:expand:smart:add']">灵活跟班</el-button> | |
| 22 | + v-hasPermi="['expand:expand:add']">灵活跟班</el-button> | |
| 23 | 23 | </el-col> |
| 24 | 24 | <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar> |
| 25 | 25 | </el-row> | ... | ... |