From dfd2e9de21f4c80f4d4735e180a0f1a034fca67e Mon Sep 17 00:00:00 2001
From: rain <1679827795@qq.com>
Date: Tue, 06 May 2025 14:22:59 +0800
Subject: [PATCH] 页面风格与其他保持一致,处理中状态上传图片添加必填项限制,去掉“并派发”,下方按钮变更为“受理”、“不受理”、“取消”
---
package.json | 94 ++++++++++++++++++++++++----------------------
1 files changed, 49 insertions(+), 45 deletions(-)
diff --git a/package.json b/package.json
index f50794f..f601572 100644
--- a/package.json
+++ b/package.json
@@ -1,46 +1,50 @@
{
- "name": "saber",
- "version": "4.1.0",
- "scripts": {
- "dev": "vite --mode development",
- "prod": "vite --mode production",
- "build:test": "vite build --mode development",
- "build:prod": "vite build --mode production",
- "serve": "vite preview --host"
- },
- "dependencies": {
- "@element-plus/icons-vue": "^2.3.1",
- "@saber/nf-design-base-elp": "^1.2.0",
- "@smallwei/avue": "^3.4.4",
- "animate.css": "^4.1.1",
- "avue-plugin-ueditor": "^1.0.3",
- "axios": "^0.21.1",
- "crypto-js": "^4.1.1",
- "dayjs": "^1.11.13",
- "element-plus": "^2.9.7",
- "js-base64": "^3.7.4",
- "js-cookie": "^3.0.0",
- "js-md5": "^0.7.3",
- "jszip": "^3.10.1",
- "mitt": "^3.0.1",
- "nprogress": "^0.2.0",
- "reconnecting-websocket": "^4.4.0",
- "sm-crypto": "^0.3.13",
- "vue": "^3.4.27",
- "vue-i18n": "^9.1.9",
- "vue-router": "^4.3.2",
- "vuex": "^4.1.0",
- "xlsx": "^0.18.5"
- },
- "devDependencies": {
- "@vitejs/plugin-vue": "^5.0.4",
- "@vue/compiler-sfc": "^3.4.27",
- "prettier": "^2.8.7",
- "sass": "^1.77.2",
- "terser": "^5.31.1",
- "unplugin-auto-import": "^0.11.2",
- "vite": "^5.2.12",
- "vite-plugin-compression": "^0.5.1",
- "vite-plugin-vue-setup-extend": "^0.4.0"
- }
-}
+ "name": "saber",
+ "version": "4.1.0",
+ "scripts": {
+ "dev": "vite --mode development",
+ "prod": "vite --mode production",
+ "build:test": "vite build --mode development",
+ "build:prod": "vite build --mode production",
+ "serve": "vite preview --host"
+ },
+ "dependencies": {
+ "@dvgis/dc-sdk": "3.4.0",
+ "@dvgis/vite-plugin-dc": "2.2.0",
+ "@element-plus/icons-vue": "^2.3.1",
+ "@saber/nf-design-base-elp": "^1.2.0",
+ "@smallwei/avue": "^3.4.4",
+ "@turf/turf": "6.5.0",
+ "animate.css": "^4.1.1",
+ "avue-plugin-ueditor": "^1.0.3",
+ "axios": "^0.21.1",
+ "crypto-js": "^4.1.1",
+ "dayjs": "^1.11.13",
+ "element-plus": "^2.9.7",
+ "js-base64": "^3.7.4",
+ "js-cookie": "^3.0.0",
+ "js-md5": "^0.7.3",
+ "jszip": "^3.10.1",
+ "lodash": "^4.17.21",
+ "mitt": "^3.0.1",
+ "nprogress": "^0.2.0",
+ "reconnecting-websocket": "^4.4.0",
+ "sm-crypto": "^0.3.13",
+ "vue": "^3.4.27",
+ "vue-i18n": "^9.1.9",
+ "vue-router": "^4.3.2",
+ "vuex": "^4.1.0",
+ "xlsx": "^0.18.5"
+ },
+ "devDependencies": {
+ "@vitejs/plugin-vue": "^5.0.4",
+ "@vue/compiler-sfc": "^3.4.27",
+ "prettier": "^2.8.7",
+ "sass": "^1.77.2",
+ "terser": "^5.31.1",
+ "unplugin-auto-import": "^0.11.2",
+ "vite": "^5.2.12",
+ "vite-plugin-compression": "^0.5.1",
+ "vite-plugin-vue-setup-extend": "^0.4.0"
+ }
+}
\ No newline at end of file
--
Gitblit v1.9.3