diff --git a/ruoyi-ui/src/store/modules/user.js b/ruoyi-ui/src/store/modules/user.js
index f1de25c..bbe7a3a 100644
--- a/ruoyi-ui/src/store/modules/user.js
+++ b/ruoyi-ui/src/store/modules/user.js
@@ -4,9 +4,11 @@ import { getToken, setToken, removeToken } from '@/utils/auth'
const user = {
state: {
token: getToken(),
+ admin: '',
id: '',
name: '',
nickName: '',
+ deptId: '',
avatar: '',
roles: [],
permissions: []
@@ -16,6 +18,9 @@ const user = {
SET_TOKEN: (state, token) => {
state.token = token
},
+ SET_ADMIN: (state, admin) => {
+ state.admin = admin
+ },
SET_ID: (state, id) => {
state.id = id
},
@@ -25,6 +30,9 @@ const user = {
SET_NICKNAME: (state, nickName) => {
state.nickName = nickName
},
+ SET_DEPTID: (state, deptId) => {
+ state.deptId = deptId
+ },
SET_AVATAR: (state, avatar) => {
state.avatar = avatar
},
@@ -66,9 +74,11 @@ const user = {
} else {
commit('SET_ROLES', ['ROLE_DEFAULT'])
}
+ commit('SET_ADMIN', user.admin)
commit('SET_ID', user.userId)
commit('SET_NAME', user.userName)
commit('SET_NICKNAME', user.nickName)
+ commit('SET_DEPTID', user.deptId)
commit('SET_AVATAR', avatar)
resolve(res)
}).catch(error => {
diff --git a/ruoyi-ui/src/views/szxc/butie/index.vue b/ruoyi-ui/src/views/szxc/butie/index.vue
index 98f545f..d9a12c9 100644
--- a/ruoyi-ui/src/views/szxc/butie/index.vue
+++ b/ruoyi-ui/src/views/szxc/butie/index.vue
@@ -99,24 +99,33 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
删除
+ 审核
+ 重新提交
+ 审核记录
@@ -144,14 +173,13 @@
-
+
-
-
-
-
+
-
-
-
diff --git a/ruoyi-ui/src/views/szxc/visitrecard/index.vue b/ruoyi-ui/src/views/szxc/visitrecard/index.vue
index dacdd37..f5d8383 100644
--- a/ruoyi-ui/src/views/szxc/visitrecard/index.vue
+++ b/ruoyi-ui/src/views/szxc/visitrecard/index.vue
@@ -114,49 +114,57 @@
-
-
-
-
+
+
+
+
+
+
{{ parseTime(scope.row.submitDate, '{y}-{m}-{d}') }}
-
+
{{ parseTime(scope.row.startDate, '{y}-{m}-{d}') }}
-
+
{{ parseTime(scope.row.endDate, '{y}-{m}-{d}') }}
-
+
-
-
-
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
删除
+ 审核
+ 重新提交
+ 审核记录
@@ -253,30 +281,11 @@
-
+
-
-
-
-
-
-
-
-
-
@@ -298,21 +307,59 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ruoyi-ui/src/views/szxc/wish/index.vue b/ruoyi-ui/src/views/szxc/wish/index.vue
index 1c8c24f..b21553a 100644
--- a/ruoyi-ui/src/views/szxc/wish/index.vue
+++ b/ruoyi-ui/src/views/szxc/wish/index.vue
@@ -155,7 +155,7 @@
-
+
删除
{
this.form = response.data;
this.form.wishStatus = '0';
+ this.form.auditName = '';
+ this.form.auditResult = '';
+ this.form.auditReason = '';
this.open = true;
this.title = "修改心愿管理";
});
diff --git a/ruoyi-ui/src/views/szxc/workrecard/index.vue b/ruoyi-ui/src/views/szxc/workrecard/index.vue
index b61206c..efdc670 100644
--- a/ruoyi-ui/src/views/szxc/workrecard/index.vue
+++ b/ruoyi-ui/src/views/szxc/workrecard/index.vue
@@ -98,46 +98,55 @@
-
-
-
-
+
+
+
+
+
+
{{ parseTime(scope.row.submitDate, '{y}-{m}-{d}') }}
-
+
{{ parseTime(scope.row.startDate, '{y}-{m}-{d}') }}
-
+
{{ parseTime(scope.row.endDate, '{y}-{m}-{d}') }}
-
+
-
-
-
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
删除
+ 审核
+ 重新提交
+ 审核记录
@@ -240,23 +269,6 @@
-
-
-
-
-
-
-
@@ -270,11 +282,6 @@
-
-
-
-
-
@@ -285,11 +292,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ruoyi-ui/src/views/szxc/xcrecard/index.vue b/ruoyi-ui/src/views/szxc/xcrecard/index.vue
index c908681..a9b3198 100644
--- a/ruoyi-ui/src/views/szxc/xcrecard/index.vue
+++ b/ruoyi-ui/src/views/szxc/xcrecard/index.vue
@@ -157,7 +157,6 @@
-
@@ -165,21 +164,30 @@
-
+
+
+
+
+
+
+
-
-
+
+
-
+
-
+
+
+
整改进度
+ 审核
+ 重新提交
+ 审核记录
@@ -303,23 +331,6 @@
-
-
-
-
-
-
-
@@ -328,9 +339,6 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+