Commit 019aaa4c7d5ab81dcbaeab93255d1b56eec91559

Authored by 杨泽宇
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,7 +159,7 @@ onMounted(() => {
159 <el-form-item> 159 <el-form-item>
160 <el-button type="primary" @click="getList">查询</el-button> 160 <el-button type="primary" @click="getList">查询</el-button>
161 <el-button type="primary"> 161 <el-button type="primary">
162 - <router-link to="/user/edit">添加用户</router-link> 162 + <router-link to="/user/edit">新增用户</router-link>
163 </el-button> 163 </el-button>
164 </el-form-item> 164 </el-form-item>
165 </el-form> 165 </el-form>