From 12c6b177bc6f5877ee3e8ff3f512f066b3e73956 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Sun, 26 Jan 2025 16:34:20 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3176=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E7=89=B9=E8=89=B2=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E5=85=A5=E9=A9=BB=E9=A1=B5=E9=9D=A2=E7=9A=84=E8=90=A5?= =?UTF-8?q?=E4=B8=9A=E6=97=B6=E9=97=B4=E7=82=B9=E5=87=BB=E6=97=A0=E6=95=88?= =?UTF-8?q?=EF=BC=8C=E6=97=A0=E6=B3=95=E9=80=89=E6=8B=A9=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_join/views/shop.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg_join/views/shop.vue b/pkg_join/views/shop.vue index 9c68221..2ce36dc 100644 --- a/pkg_join/views/shop.vue +++ b/pkg_join/views/shop.vue @@ -589,6 +589,9 @@ export default { this.$refs.shopForm.setRules(this.rules) }, methods: { + showTimePicker() { + this.$refs.TimePickerPopupRef.open() + }, changeRemove(state){ this.showRemove = state },