Sign in
cnlive_project
/
cnlive-community-web-vue
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
33475f34ae5b330dcb16e57431cf354f54202777
Authored by
杨泽宇
2022-03-03 13:35:56 +0800
1 parent
16eeb66f
按钮文案
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/role/index.vue
src/views/role/index.vue
View file @
33475f3
...
...
@@ -141,7 +141,7 @@ onMounted(() => {
141
141
type="primary"
142
142
@click="router.push({ path: '/role/edit' })"
143
143
:disabled="asyncData.userInfo === 1"
144
- >
添加
角色</el-button
144
+ >
新增
角色</el-button
145
145
>
146
146
</el-form-item>
147
147
</el-form>
...
...