@@ -182,7 +179,7 @@
@cancel="handleCancel"
>
-
小区信息
+
{{activeMode==1?'小区信息':'修改信息'}}
-
+
@@ -252,15 +256,19 @@
{{(orderInfoDetail.expirationDate)}}
+
+ {{(orderInfoDetail.bindCommunityName)}}
+
+
+
\ No newline at end of file
diff --git a/src/views/Manage/ShopCertiManage/config.js b/src/views/Manage/ShopCertiManage/config.js
new file mode 100644
index 0000000..ab07da6
--- /dev/null
+++ b/src/views/Manage/ShopCertiManage/config.js
@@ -0,0 +1,68 @@
+export const columns = [
+ {
+ title: "店铺编号",
+ dataIndex: "code",
+ width: "200",
+ },
+ {
+ title: "店铺状态",
+ dataIndex: "status",
+ customRender: function (status) {
+ switch (status) {
+ case 1: return "未认证";
+ case 2: return "审核中";
+ case 3: return "已认证";
+ default: break;
+ }
+ },
+ width: "8%",
+ },
+ {
+ title: "店铺名称",
+ dataIndex: "name",
+ width: "200",
+ },
+ {
+ title: "店铺账号",
+ dataIndex: "account",
+ width: "200",
+ },
+ {
+ title: "主体类型",
+ dataIndex: "type",
+ customRender: function (type) {
+ switch (type) {
+ case 1: return "个体户";
+ case 2: return "企业";
+ case 3: return "个人";
+ default:
+ break;
+ }
+ },
+ width: "200",
+ },
+ {
+ title: "企业名称",
+ dataIndex: "companyName",
+ width: "200",
+ },
+ {
+ title: "经营类目",
+ dataIndex: "categoryNameList",
+ width: "200",
+ scopedSlots: { customRender: "category" },
+ },
+ {
+ title: "提交时间",
+ dataIndex: "updateDate",
+ width: "180",
+ },
+ {
+ title: "操作",
+ dataIndex: "action",
+ key: "action",
+ width: "180",
+ fixed: "right",
+ scopedSlots: { customRender: "action" },
+ },
+]
\ No newline at end of file
diff --git a/src/views/Manage/ShopCertiManage/index.vue b/src/views/Manage/ShopCertiManage/index.vue
new file mode 100644
index 0000000..928eddc
--- /dev/null
+++ b/src/views/Manage/ShopCertiManage/index.vue
@@ -0,0 +1,134 @@
+
+
+
+
店铺审核管理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 个体户
+ 企业
+ 个人
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重 置
+
+
+
+
+
+
+
+
+
+
+
+>
\ No newline at end of file
diff --git a/src/views/Manage/ShopManage/GoodCate/index.vue b/src/views/Manage/ShopManage/GoodCate/index.vue
new file mode 100644
index 0000000..5da6af3
--- /dev/null
+++ b/src/views/Manage/ShopManage/GoodCate/index.vue
@@ -0,0 +1,13 @@
+
+ goodCate
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Manage/ShopManage/GoodList/index.vue b/src/views/Manage/ShopManage/GoodList/index.vue
new file mode 100644
index 0000000..943504e
--- /dev/null
+++ b/src/views/Manage/ShopManage/GoodList/index.vue
@@ -0,0 +1,13 @@
+
+ goodList
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Manage/ShopManage/ShopList/index.vue b/src/views/Manage/ShopManage/ShopList/index.vue
new file mode 100644
index 0000000..9f2fee2
--- /dev/null
+++ b/src/views/Manage/ShopManage/ShopList/index.vue
@@ -0,0 +1,13 @@
+
+ shopVerified
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Manage/ShopManage/ShopVerified/index.vue b/src/views/Manage/ShopManage/ShopVerified/index.vue
new file mode 100644
index 0000000..7bc21fd
--- /dev/null
+++ b/src/views/Manage/ShopManage/ShopVerified/index.vue
@@ -0,0 +1,13 @@
+
+ shopList
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Manage/ShopManage/index.vue b/src/views/Manage/ShopManage/index.vue
new file mode 100644
index 0000000..d0f13e3
--- /dev/null
+++ b/src/views/Manage/ShopManage/index.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Manage/ShopRemain/index.vue b/src/views/Manage/ShopRemain/index.vue
index 9135323..17ff819 100644
--- a/src/views/Manage/ShopRemain/index.vue
+++ b/src/views/Manage/ShopRemain/index.vue
@@ -4,9 +4,9 @@
@@ -32,7 +32,7 @@
- ¥
@@ -40,7 +40,7 @@
- 当前余额{{}}元,点击继续将跳转至支付宝付款页面
+ 当前余额 {{remain}} 元,点击继续将跳转至支付宝付款页面