From ca707233fbd3b24b9b0e2f0eba7e01ba88106d96 Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Tue, 28 Oct 2025 16:00:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DPPT=E5=88=86=E6=9E=90?= =?UTF-8?q?=EF=BC=8C=E6=97=B6=E9=97=B4=E8=A7=A3=E6=9E=90=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/views/mediaLibrary/exportDialog.vue | 6 ++++-- src/views/mediaTool/pptAnalysisIndex.vue | 6 +++--- src/views/supplier/supplierForm.vue | 5 ++++- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b608fcc..511a099 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "js-cookie": "3.0.5", "jsencrypt": "3.3.2", "lib-flexible-computer": "^1.0.2", + "moment": "^2.30.1", "nprogress": "0.2.0", "pinia": "3.0.2", "splitpanes": "4.0.4", diff --git a/src/views/mediaLibrary/exportDialog.vue b/src/views/mediaLibrary/exportDialog.vue index 878da86..f1751c0 100644 --- a/src/views/mediaLibrary/exportDialog.vue +++ b/src/views/mediaLibrary/exportDialog.vue @@ -1156,7 +1156,7 @@ const exportForm = ref({ // 基础字段是否全选 const baseFieldCheckAll = ref(false) -const baseFieldIsIndeterminate = ref(true) +const baseFieldIsIndeterminate = ref(false) // 基础字段 const baseFields = ref([]) const _baseFields = ref(null) @@ -1165,7 +1165,7 @@ const checkedBaseFields = ref([]) // 报价字段是否全选 const priceFieldCheckAll = ref(false) -const priceFieldIsIndeterminate = ref(true) +const priceFieldIsIndeterminate = ref(false) // 报价字段 const priceFields = ref([]) // const _priceFields = ref(null) @@ -1292,6 +1292,8 @@ const getMediaExcelPriceField = () => { // 类型切换 const handleChangeType = (_type) => { activeIndex.value = _type + priceFieldCheckAll.value = false + priceFieldIsIndeterminate.value = false if (ToolOptions.value.length == 8) { switch (_type) { case 0: diff --git a/src/views/mediaTool/pptAnalysisIndex.vue b/src/views/mediaTool/pptAnalysisIndex.vue index d13ec78..69504ce 100644 --- a/src/views/mediaTool/pptAnalysisIndex.vue +++ b/src/views/mediaTool/pptAnalysisIndex.vue @@ -72,9 +72,9 @@ :stroke-width="2" :color="colors" /> - + @@ -100,7 +100,7 @@