From b783b8d991dcca24a5e7d93fe9232e2fcb9bd663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Sun, 14 Jan 2024 22:30:00 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=85=A8=E4=BE=9D=E8=B5=96=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 62 +++++++++++++++--------------- src/views/system/user/authRole.vue | 1 + 2 files changed, 32 insertions(+), 31 deletions(-) diff --git a/package.json b/package.json index a93f63a..5e61e31 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,10 @@ "dependencies": { "@element-plus/icons-vue": "2.3.1", "@vueup/vue-quill": "1.2.0", - "@vueuse/core": "10.7.0", + "@vueuse/core": "10.7.2", "animate.css": "4.1.1", "await-to-js": "3.0.0", - "axios": "1.6.0", + "axios": "1.6.5", "crypto-js": "4.2.0", "echarts": "5.4.3", "element-plus": "2.4.4", @@ -34,57 +34,57 @@ "jsencrypt": "3.3.2", "nprogress": "0.2.0", "path-browserify": "1.0.1", - "path-to-regexp": "6.2.0", + "path-to-regexp": "6.2.1", "pinia": "2.1.7", - "screenfull": "6.0.0", - "vform3-builds": "3.0.8", - "vue": "3.4.5", + "screenfull": "6.0.2", + "vform3-builds": "3.0.10", + "vue": "3.4.13", "vue-cropper": "1.1.1", - "vue-i18n": "9.8.0", + "vue-i18n": "9.9.0", "vue-router": "4.2.5", "vue-types": "5.1.1" }, "devDependencies": { - "@iconify/json": "2.2.167", + "@iconify/json": "2.2.168", "@intlify/unplugin-vue-i18n": "2.0.0", - "@types/crypto-js": "4.2.0", - "@types/file-saver": "2.0.5", - "@types/js-cookie": "3.0.5", + "@types/crypto-js": "4.2.1", + "@types/file-saver": "2.0.7", + "@types/js-cookie": "3.0.6", "@types/node": "18.14.2", - "@types/nprogress": "0.2.0", - "@types/path-browserify": "1.0.0", - "@typescript-eslint/eslint-plugin": "6.17.0", - "@typescript-eslint/parser": "6.17.0", + "@types/nprogress": "0.2.3", + "@types/path-browserify": "1.0.2", + "@typescript-eslint/eslint-plugin": "6.18.1", + "@typescript-eslint/parser": "6.18.1", "@unocss/preset-attributify": "0.58.3", "@unocss/preset-icons": "0.58.3", "@unocss/preset-uno": "0.58.3", - "@vue/compiler-sfc": "3.4.5", - "@vitejs/plugin-vue": "5.0.2", - "autoprefixer": "10.4.14", - "eslint": "8.55.0", + "@vue/compiler-sfc": "3.4.13", + "@vitejs/plugin-vue": "5.0.3", + "autoprefixer": "10.4.16", + "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", - "eslint-define-config": "2.0.0", - "eslint-plugin-prettier": "5.0.1", + "eslint-define-config": "2.1.0", + "eslint-plugin-prettier": "5.1.3", "eslint-plugin-promise": "6.1.1", "eslint-plugin-node": "11.1.0", - "eslint-plugin-import": "2.29.0", - "eslint-plugin-vue": "9.19.2", + "eslint-plugin-import": "2.29.1", + "eslint-plugin-vue": "9.20.1", "fast-glob": "3.3.2", "husky": "8.0.3", "postcss": "8.4.33", - "prettier": "3.1.1", - "sass": "1.69.5", + "prettier": "3.2.2", + "sass": "1.69.7", "typescript": "5.3.3", - "unocss": "0.58.0", - "unplugin-auto-import": "0.17.2", - "unplugin-icons": "0.18.1", + "unocss": "0.58.3", + "unplugin-auto-import": "0.17.3", + "unplugin-icons": "0.18.2", "unplugin-vue-components": "0.26.0", "unplugin-vue-setup-extend-plus": "1.0.0", "vite-plugin-compression": "0.5.1", "vite-plugin-svg-icons": "2.0.1", - "vitest": "1.1.3", - "vue-eslint-parser": "9.3.2", + "vitest": "1.2.0", + "vue-eslint-parser": "9.4.0", "vue-tsc": "1.8.27", - "vite": "5.0.10" + "vite": "5.0.11" } } diff --git a/src/views/system/user/authRole.vue b/src/views/system/user/authRole.vue index 656ffc2..9b9927d 100644 --- a/src/views/system/user/authRole.vue +++ b/src/views/system/user/authRole.vue @@ -59,6 +59,7 @@ import { RoleVO } from '@/api/system/role/types'; import { getAuthRole, updateAuthRole } from '@/api/system/user'; import { UserForm } from '@/api/system/user/types'; import { RouteLocationNormalized } from 'vue-router'; +import { parseTime } from "@/utils/ruoyi"; const route = useRoute(); const { proxy } = getCurrentInstance() as ComponentInternalInstance;