-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ dict.label.register_type[scope.row.type] }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row.registerCode }}
+
+
-
-
-
-
- {{ dict.label.register_status[scope.row.status] }}
+
+
+
+
+ 快餐版
+ 餐饮版
-
-
-
-
+
+
+
+ 待激活
+ 已使用
+
+
+
+
+ {{ scope.row.createdAt && dayjs(scope.row.createdAt).format('YYYY-MM-DD HH:mm:ss') }}
-
-
+
+
+
+
-
+ .info {
+ flex: 1;
+ padding-left: 4px;
+ }
+}
+
\ No newline at end of file
diff --git a/src/views/shop/components/addShop.vue b/src/views/shop/components/addShop.vue
new file mode 100644
index 0000000..2611eff
--- /dev/null
+++ b/src/views/shop/components/addShop.vue
@@ -0,0 +1,351 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 快餐版
+ 餐饮版
+
+ 请谨慎修改!!!
+
+
+
+ 试用
+ 正式
+
+
+
+
+ 注:输入有效激活码表示添加的同时直接激活该店铺。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 选择坐标
+
+
+
+
+
+
+
+
+
+
+
+ 开启
+ 关闭
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ item.name }}-{{ item.address }}
+
+ 经纬度:{{ item.lng }},{{ item.lat }}
+
+
+
+
+ 选择
+
+
+
+
+
+
+
+
+ 点击上传
+ 请勿上传违法文件,且文件不超过15M
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/shop/list/index.vue b/src/views/shop/list/index.vue
index ed3a1ad..18c7711 100644
--- a/src/views/shop/list/index.vue
+++ b/src/views/shop/list/index.vue
@@ -1,135 +1,174 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+ 添加店铺
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ scope.row.shopName }}
+
+ 未激活
+ 试用
+ 正式
+ 独立小程序
+
+
+
-
-
-
-
+
+
+ 快餐版
+ 餐饮版
-
-
-
-
-
-
- {{ dict.label.shop_status[scope.row.status] }}
+
+
+ -
+
+
+
-
-
-
+
+
+ {{ dayjs(scope.row.expireAt).format('YYYY-MM-DD HH:mm:ss') }}
+
+
+
+
+ 编辑
+
+ 更多
+
+ 详情
+ 续费记录
+ 前往店铺
+ 重置密码
+ 删除
+
+
-
-
+
+
+
+
-
+ .info {
+ flex: 1;
+ padding-left: 4px;
+ }
+}
+
\ No newline at end of file