Commit 33475f34ae5b330dcb16e57431cf354f54202777
1 parent
16eeb66f
按钮文案
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/role/index.vue
| @@ -141,7 +141,7 @@ onMounted(() => { | @@ -141,7 +141,7 @@ onMounted(() => { | ||
| 141 | type="primary" | 141 | type="primary" |
| 142 | @click="router.push({ path: '/role/edit' })" | 142 | @click="router.push({ path: '/role/edit' })" |
| 143 | :disabled="asyncData.userInfo === 1" | 143 | :disabled="asyncData.userInfo === 1" |
| 144 | - >添加角色</el-button | 144 | + >新增角色</el-button |
| 145 | > | 145 | > |
| 146 | </el-form-item> | 146 | </el-form-item> |
| 147 | </el-form> | 147 | </el-form> |