diff --git a/src/views/system/user/components/dept-tree.vue b/src/views/system/user/components/dept-tree.vue new file mode 100644 index 00000000..6394b328 --- /dev/null +++ b/src/views/system/user/components/dept-tree.vue @@ -0,0 +1,69 @@ + + + + diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 48914fff..0ea49911 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -1,8 +1,9 @@ @@ -368,26 +340,10 @@ onMounted(() => { - - - - - - - + +
@@ -432,7 +388,7 @@ onMounted(() => { 新增 { 下载模板 - + 导入数据 @@ -541,7 +497,7 @@ onMounted(() => { type="primary" link size="small" - @click="openDialog(scope.row.id)" + @click="openDialog('user-form', scope.row.id)" >编辑 { - + { - - - - - + { /> - + @@ -688,15 +635,16 @@ onMounted(() => { 点击上传
+