Commit 019aaa4c7d5ab81dcbaeab93255d1b56eec91559
1 parent
33475f34
debug text
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/user/index.vue
| ... | ... | @@ -159,7 +159,7 @@ onMounted(() => { |
| 159 | 159 | <el-form-item> |
| 160 | 160 | <el-button type="primary" @click="getList">查询</el-button> |
| 161 | 161 | <el-button type="primary"> |
| 162 | - <router-link to="/user/edit">添加用户</router-link> | |
| 162 | + <router-link to="/user/edit">新增用户</router-link> | |
| 163 | 163 | </el-button> |
| 164 | 164 | </el-form-item> |
| 165 | 165 | </el-form> | ... | ... |