diff --git a/src/App.vue b/src/App.vue
index 1354f2a..f4171df 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -2,7 +2,6 @@
-
@@ -28,10 +27,10 @@ export default {
},
};
},
- created () {
+ created() {
// 行政区域树状
xzTree().then((res) => {
- localStorage.setItem("TREE_DATA",JSON.stringify(res.data))
+ localStorage.setItem("TREE_DATA", JSON.stringify(res.data));
});
},
};
diff --git a/src/layout/newyjLayout.vue b/src/layout/newyjLayout.vue
index 233bd20..a66151d 100644
--- a/src/layout/newyjLayout.vue
+++ b/src/layout/newyjLayout.vue
@@ -1,3 +1,11 @@
+
+
+ 修改密码
+
退出登录
diff --git a/src/router/index.js b/src/router/index.js
index afc559e..810f8cf 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -109,13 +109,13 @@ export const constantRoutes = [
},
{
path: "/user",
- component: Layout,
+ component: newyjLayout,
hidden: true,
redirect: "noredirect",
children: [
{
path: "profile",
- component: () => import("@/views/system/user/profile/index"),
+ component: () => import("@/views/system/userc/profile/index"),
name: "Profile",
meta: { title: "个人中心", icon: "user" },
},
diff --git a/src/views/components/firmDialog/index.vue b/src/views/components/firmDialog/index.vue
index 0040a1d..e89f3ed 100644
--- a/src/views/components/firmDialog/index.vue
+++ b/src/views/components/firmDialog/index.vue
@@ -1,3 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{(pageNum - 1) * pageSize + scope.$index + 1}}
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+
+
+
+
+ 提交
+ 返回
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/userc/index.vue b/src/views/system/userc/index.vue
new file mode 100644
index 0000000..ae87fe4
--- /dev/null
+++ b/src/views/system/userc/index.vue
@@ -0,0 +1,670 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导入
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+ 删除
+ handleCommand(command, scope.row)" v-hasPermi="['system:user:resetPwd', 'system:user:edit']">
+ 更多
+
+ 重置密码
+ 分配角色
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{dict.label}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 将文件拖到此处,或点击上传
+
+
+ 是否更新已经存在的用户数据
+
+
仅允许导入xls、xlsx格式文件。
+
下载模板
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/userc/profile/index.vue b/src/views/system/userc/profile/index.vue
new file mode 100644
index 0000000..86df7df
--- /dev/null
+++ b/src/views/system/userc/profile/index.vue
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+ 基本资料
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/userc/profile/resetPwd.vue b/src/views/system/userc/profile/resetPwd.vue
new file mode 100644
index 0000000..d04a5ac
--- /dev/null
+++ b/src/views/system/userc/profile/resetPwd.vue
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+ 关闭
+
+
+
+
+
diff --git a/src/views/system/userc/profile/userAvatar.vue b/src/views/system/userc/profile/userAvatar.vue
new file mode 100644
index 0000000..70d8487
--- /dev/null
+++ b/src/views/system/userc/profile/userAvatar.vue
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 选择
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提 交
+
+
+
+
+
+
+
+
diff --git a/src/views/system/userc/profile/userInfo.vue b/src/views/system/userc/profile/userInfo.vue
new file mode 100644
index 0000000..c09a20b
--- /dev/null
+++ b/src/views/system/userc/profile/userInfo.vue
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 男
+ 女
+
+
+
+ 保存
+ 关闭
+
+
+
+
+
diff --git a/src/views/yingji/planManage.vue b/src/views/yingji/planManage.vue
index 4760dbc..db1a034 100644
--- a/src/views/yingji/planManage.vue
+++ b/src/views/yingji/planManage.vue
@@ -4,7 +4,7 @@
* @Author: JC9527
* @Date: 2023-09-04 10:20:06
* @LastEditors: laozt 2721205210@qq.com
- * @LastEditTime: 2023-12-19 10:11:02
+ * @LastEditTime: 2023-12-19 11:19:09
-->
@@ -389,26 +389,6 @@ export default {
handleUpdate(row) {
this.$refs.editDialog.openDialog(row);
},
- /** 提交按钮 */
- submitForm() {
- // this.$refs["form"].validate((valid) => {
- // if (valid) {
- // if (this.form.id != null) {
- // updateEnterprise(this.form).then((response) => {
- // this.$modal.msgSuccess("修改成功");
- // this.open = false;
- // this.getList();
- // });
- // } else {
- // addEnterprise(this.form).then((response) => {
- // this.$modal.msgSuccess("新增成功");
- // this.open = false;
- // this.getList();
- // });
- // }
- // }
- // });
- },
/** 删除按钮操作 */
handleDelete(row) {
const ids = row.id;