From 5a191af8a6541b90c5ac338bbc2dd4a8bcee5171 Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Tue, 14 Nov 2023 10:53:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E8=AE=A1=E5=88=92=E7=BC=96?= =?UTF-8?q?=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/productManagement/workplan.vue | 168 +++++++++++++++++- ZR.Vue/src/views/system/dict/index.vue | 1 + 2 files changed, 164 insertions(+), 5 deletions(-) diff --git a/ZR.Vue/src/views/productManagement/workplan.vue b/ZR.Vue/src/views/productManagement/workplan.vue index 41daf62c..4cd46ac1 100644 --- a/ZR.Vue/src/views/productManagement/workplan.vue +++ b/ZR.Vue/src/views/productManagement/workplan.vue @@ -1,17 +1,175 @@ \ No newline at end of file +} + diff --git a/ZR.Vue/src/views/system/dict/index.vue b/ZR.Vue/src/views/system/dict/index.vue index 82b19f6e..9ccf49cc 100644 --- a/ZR.Vue/src/views/system/dict/index.vue +++ b/ZR.Vue/src/views/system/dict/index.vue @@ -124,6 +124,7 @@ import { updateType, exportType, } from "@/api/system/dict/type"; + export default { name: "dict", components: { dictData },