From 81b90c3bbf057ce74af7c3e5292500923774fdc4 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Sat, 25 Nov 2023 15:28:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node_modules/.package-lock.json | 6 + package-lock.json | 7 + src/types/components.d.ts | 3 + src/views/opk/asd/news/dialog.vue | 126 +----------- src/views/opk/asd/news/yg.vue | 187 +----------------- .../sysworkflow/flow/flowDrawingBoard.vue | 7 +- 6 files changed, 21 insertions(+), 315 deletions(-) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 4d3c122d9..7c8e2b135 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1025,6 +1025,12 @@ "@types/node": "*" } }, + "node_modules/@types/uuid": { + "version": "9.0.7", + "resolved": "https://registry.npmmirror.com/@types/uuid/-/uuid-9.0.7.tgz", + "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==", + "dev": true + }, "node_modules/@types/web-bluetooth": { "version": "0.0.18", "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.18.tgz", diff --git a/package-lock.json b/package-lock.json index 4e4fe61cc..0ca6e4d8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,6 +44,7 @@ "@types/md5": "^2.3.2", "@types/nprogress": "^0.2.0", "@types/path-browserify": "^1.0.0", + "@types/uuid": "^9.0.7", "@typescript-eslint/eslint-plugin": "^5.59.6", "@typescript-eslint/parser": "^5.59.6", "autoprefixer": "^10.4.14", @@ -1415,6 +1416,12 @@ "@types/node": "*" } }, + "node_modules/@types/uuid": { + "version": "9.0.7", + "resolved": "https://registry.npmmirror.com/@types/uuid/-/uuid-9.0.7.tgz", + "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==", + "dev": true + }, "node_modules/@types/web-bluetooth": { "version": "0.0.18", "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.18.tgz", diff --git a/src/types/components.d.ts b/src/types/components.d.ts index dc75103ca..af0b8b96c 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -18,6 +18,7 @@ declare module '@vue/runtime-core' { CopyerDrawer: typeof import('./../components/workflow/drwer/copyerDrawer.vue')['default'] DiyIconfont: typeof import('./../components/DesignForm/public/expand/diy-iconfont.vue')['default'] DragControl: typeof import('./../components/DesignForm/dragControl.vue')['default'] + ElAffix: typeof import('element-plus/es')['ElAffix'] ElAlert: typeof import('element-plus/es')['ElAlert'] ElAside: typeof import('element-plus/es')['ElAside'] ElAvatar: typeof import('element-plus/es')['ElAvatar'] @@ -65,6 +66,8 @@ declare module '@vue/runtime-core' { ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] ElSelect: typeof import('element-plus/es')['ElSelect'] ElSpace: typeof import('element-plus/es')['ElSpace'] + ElStep: typeof import('element-plus/es')['ElStep'] + ElSteps: typeof import('element-plus/es')['ElSteps'] ElSubMenu: typeof import('element-plus/es')['ElSubMenu'] ElSwitch: typeof import('element-plus/es')['ElSwitch'] ElTable: typeof import('element-plus/es')['ElTable'] diff --git a/src/views/opk/asd/news/dialog.vue b/src/views/opk/asd/news/dialog.vue index bcf94308c..909f4c24d 100644 --- a/src/views/opk/asd/news/dialog.vue +++ b/src/views/opk/asd/news/dialog.vue @@ -95,131 +95,7 @@ -<<<<<<< HEAD -