From bf101885a6a83e32d9100d6e5600546b6e523a35 Mon Sep 17 00:00:00 2001
From: tianyi <13521030702@163.com>
Date: Fri, 15 May 2026 16:44:43 +0800
Subject: [PATCH] 1
---
package2/shop/businessInfo.vue | 227 +++++++++++++++++++++++++++
package2/shop/merchantCenter.vue | 21 ++-
package2/shop/shopInfo.vue | 260 +++++++++++++++++++++++++++++++
3 files changed, 503 insertions(+), 5 deletions(-)
create mode 100644 package2/shop/businessInfo.vue
create mode 100644 package2/shop/shopInfo.vue
diff --git a/package2/shop/businessInfo.vue b/package2/shop/businessInfo.vue
new file mode 100644
index 0000000..85686ba
--- /dev/null
+++ b/package2/shop/businessInfo.vue
@@ -0,0 +1,227 @@
+
+
+
+
+
+ 营业开始时间
+
+
+
+ {{shop.businessHourBegin}}
+
+
+
+
+
+ 营业结束时间
+
+
+
+ {{shop.businessHourEnd}}
+
+
+
+
+
+
+ 营业状态
+
+
+ {{shop.status == 0?'正常营业':shop.status == 1?'暂停营业':'冻结'}}
+
+
+
+
+ 拼团佣金
+
+
+ {{shop.commissionRateMore}}元
+
+
+
+
+ 单独购买佣金
+
+
+ {{shop.commissionRateOne}}元
+
+
+
+
+ 经营品类
+
+
+ {{shop.type}}
+
+
+
+
+ 是否支持配送
+
+
+ {{shop.isDelivery == 0?'是':'否'}}
+
+
+
+
+ 出餐时间
+
+
+ {{shop.cookingTime}}分钟
+
+
+
+
+ 排名
+
+
+ {{shop.shoprank}}名
+
+
+
+
+ 是否价格锁定
+
+
+ {{shop.isPriceLock== 0?'是':'否'}}
+
+
+
+
+
+ 保存
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/package2/shop/merchantCenter.vue b/package2/shop/merchantCenter.vue
index 6ceffec..77e3a56 100644
--- a/package2/shop/merchantCenter.vue
+++ b/package2/shop/merchantCenter.vue
@@ -126,14 +126,14 @@
商品管理
-
+
+