From 3874ec783bda0fb1833ca3faf7b3a8c684c34513 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sat, 27 Jan 2024 17:56:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=BB=84=E4=BB=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tpx-date-input/tpx-date-input.vue | 12 +-- components/tpx-upload/tpx-upload.vue | 85 +++++++++----------- pages/goods/edit.vue | 5 +- 3 files changed, 49 insertions(+), 53 deletions(-) diff --git a/components/tpx-date-input/tpx-date-input.vue b/components/tpx-date-input/tpx-date-input.vue index f56bfc9..154aeb4 100644 --- a/components/tpx-date-input/tpx-date-input.vue +++ b/components/tpx-date-input/tpx-date-input.vue @@ -9,9 +9,11 @@ - - - + + + + + @@ -87,9 +89,7 @@ methods: { handleSelectDate() { - if(!this.showTools) { - this.handleSwitchCladar() - } + this.handleSwitchCladar() }, handleChange(val){ this.$emit('change', val) diff --git a/components/tpx-upload/tpx-upload.vue b/components/tpx-upload/tpx-upload.vue index ccd1df4..7fce8dc 100644 --- a/components/tpx-upload/tpx-upload.vue +++ b/components/tpx-upload/tpx-upload.vue @@ -1,5 +1,18 @@