From 90b486ba54098be293a256d9313d201a3bd5221f Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 18 十月 2023 21:31:02 +0800 Subject: [PATCH] 1、编码规则增加显示所有者列,高级查询中增加所有者; 2、用户管理界面添加停用启用按钮。 --- Source/UBCS-WEB/package.json | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/package.json b/Source/UBCS-WEB/package.json index ca32e57..8553d6c 100644 --- a/Source/UBCS-WEB/package.json +++ b/Source/UBCS-WEB/package.json @@ -15,18 +15,23 @@ "axios": "^0.18.0", "babel-polyfill": "^6.26.0", "classlist-polyfill": "^1.2.0", - "crypto-js": "^4.0.0", + "crypto-js": "^4.1.1", "element-ui": "^2.15.6", + "instead": "^1.0.3", "js-base64": "^2.5.1", "js-cookie": "^2.2.0", "js-md5": "^0.7.3", + "js-pinyin": "^0.2.4", "mockjs": "^1.0.1-beta3", - "node-gyp": "^5.0.6", + "moment": "^2.29.4", + "node-gyp": "^4.0.0", "nprogress": "^0.2.0", "portfinder": "^1.0.23", "script-loader": "^0.7.2", "vue": "^2.6.10", "vue-axios": "^2.1.2", + "vue-clipboard2": "^0.3.3", + "vue-flowchart-editor": "^1.0.2", "vue-i18n": "^8.7.0", "vue-router": "^3.0.1", "vuex": "^3.1.1" -- Gitblit v1.9.3