From 89bd60c5472e8fc397255208b11f7592dc6d1fbe Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 18 Sep 2025 15:21:54 +0800 Subject: [PATCH 1/4] =?UTF-8?q?fix:=E5=8E=BB=E9=99=A4=E5=86=97=E4=BD=99?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hrm/clock_record.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/hrm/clock_record.vue b/src/views/hrm/clock_record.vue index 53f47516..f1749087 100644 --- a/src/views/hrm/clock_record.vue +++ b/src/views/hrm/clock_record.vue @@ -102,7 +102,6 @@ import config from "@/config" import * as XLSX2 from "xlsx"; import * as XLSX from "xlsx-style"; - import { fill } from "lodash"; export default { name: "clock_record", components: {}, From 3b444b427e69f8b231a62a83bc537dd6505c0819 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 18 Sep 2025 15:22:35 +0800 Subject: [PATCH 2/4] =?UTF-8?q?fix:=E5=8E=BB=E9=99=A4=E5=86=97=E4=BD=99?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/package.json b/package.json index 5d14edbf..ebf02feb 100644 --- a/package.json +++ b/package.json @@ -13,37 +13,29 @@ "@tinymce/tinymce-vue": "5.0.0", "animate.css": "^4.1.1", "axios": "1.3.4", - "babylon": "^6.18.0", "babylonjs": "^6.46.0", "babylonjs-gui": "^6.46.0", "babylonjs-loaders": "^6.46.0", "cesium": "^1.126.0", "codemirror": "^5.65.17", "codemirror-editor-vue3": "^2.7.0", - "compression-webpack-plugin": "^11.1.0", "copy-webpack-plugin": "^12.0.2", "core-js": "3.29.0", "cropperjs": "1.5.13", "crypto-browserify": "^3.12.0", "crypto-js": "4.1.1", "d3": "^7.6.1", - "dagre": "^0.8.5", "dagre-d3": "^0.6.4", "dhtmlx-gantt": "^8.0.6", "echarts": "^5.5.1", "element-plus": "^2.8.4", - "file-saver": "^2.0.5", "html2canvas": "^1.4.1", "json-editor-vue3": "^1.0.6", "jspdf": "^2.5.1", - "moment": "^2.30.1", "node-polyfill-webpack-plugin": "^4.0.0", "nprogress": "0.2.0", - "path": "^0.12.7", - "print-js": "^1.6.0", "qrcodejs2": "0.0.2", "sortablejs": "1.15.0", - "three": "^0.155.0", "tinymce": "6.3.2", "vue": "3.2.47", "vue-i18n": "9.2.2", From d1d4c6e7f1363e7cbca00cf013187c005f50e302 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 19 Sep 2025 09:21:06 +0800 Subject: [PATCH 3/4] =?UTF-8?q?feat:=20base=20=E5=AE=8C=E5=96=84=E5=8E=9F?= =?UTF-8?q?=E6=9C=89wf=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wf/dutywork.vue | 69 +++++++++++++++++++++++++++++++++++++- src/views/wf/ownerwork.vue | 69 +++++++++++++++++++++++++++++++++++++- src/views/wf/worked.vue | 69 +++++++++++++++++++++++++++++++++++++- src/views/wf/workflow.vue | 23 ++++++++++--- 4 files changed, 222 insertions(+), 8 deletions(-) diff --git a/src/views/wf/dutywork.vue b/src/views/wf/dutywork.vue index 8cded339..f236a871 100644 --- a/src/views/wf/dutywork.vue +++ b/src/views/wf/dutywork.vue @@ -1,4 +1,47 @@