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 @@