From 9b73715c5ae8d7b8e7a86215c433660384896755 Mon Sep 17 00:00:00 2001
From: gyq <875626088@qq.com>
Date: Thu, 25 Dec 2025 16:52:42 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E4=BF=A1=E6=81=AF=E6=96=B0?=
=?UTF-8?q?=E5=A2=9E=E6=95=B0=E7=AD=BE=E5=AD=97=E5=BC=80=E5=85=B3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/shop/config/components/shopInfo.vue | 166 ++++--------------
1 file changed, 38 insertions(+), 128 deletions(-)
diff --git a/src/views/shop/config/components/shopInfo.vue b/src/views/shop/config/components/shopInfo.vue
index 3268e20..5f0a243 100644
--- a/src/views/shop/config/components/shopInfo.vue
+++ b/src/views/shop/config/components/shopInfo.vue
@@ -3,25 +3,14 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
(form.orderFenceDistance = filterNumberInput(e))"
- style="width: 250px"
- input-style="text-align: center;"
- >
+ (form.orderFenceDistance = filterNumberInput(e))" style="width: 250px"
+ input-style="text-align: center;">
限制:
公里
@@ -247,29 +175,24 @@
- (form.serveTime = filterNumberInput(e))"
- style="width: 250px"
- input-style="text-align: center;"
- >
+ (form.serveTime = filterNumberInput(e))" style="width: 250px"
+ input-style="text-align: center;">
限制:
分钟
+
+
+
营业中
@@ -285,24 +208,11 @@
-
-
+
+
点击上传
请勿上传违法文件,且文件不超过15M
@@ -549,7 +459,7 @@ export default {
handleBeforeRemove(file, fileList) {
for (let i = 0; i < this.files.length; i++) {
if (this.files[i].uid === file.uid) {
- crudQiNiu.del([this.files[i].id]).then((res) => {});
+ crudQiNiu.del([this.files[i].id]).then((res) => { });
return true;
}
}