diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index 647a633..9ed57b2 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -53,15 +53,6 @@ const searchConfig = ref([
clearable: true
}
},
- {
- label: '用户名称',
- prop: 'nickName',
- component: 'el-input',
- props: {
- placeholder: '请输入',
- clearable: true
- }
- },
{
label: '状态',
prop: 'state',
@@ -134,7 +125,7 @@ const tableConfig = reactive({
handleDel(row)}>删除 :
null
}
-
+
)
}
@@ -191,7 +182,7 @@ const handleDel = (row) => {
confirmButtonText: '确定',
cancelButtonText: '取消'
}).then(async res => {
- // const { code } = await
+ // const { code } = await
}).catch(()=>{})
}
@@ -205,4 +196,4 @@ const headBtnClick = (key) => {
+
\ No newline at end of file