From a0eca7b1684f757eb7381c6d1f7042c95ae930a2 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期二, 31 十二月 2024 10:37:40 +0800
Subject: [PATCH] 1.批量任务-批量发送详情使用选项卡的方式打开

---
 pages/shop/list.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/pages/shop/list.vue b/pages/shop/list.vue
index feb7351..97cf21b 100644
--- a/pages/shop/list.vue
+++ b/pages/shop/list.vue
@@ -25,6 +25,7 @@
           { label: '商户名称', prop: 'name', minWidth: 150, fixed: 'left' },
           { label: '商户昵称', prop: 'nickName', minWidth: 150 },
           { label: '所属合伙人', prop: 'partnerName', minWidth: 150 },
+          { label: '下单次数', prop: 'orderNum', minWidth: 150 },
           {
             label: '地址',
             formatter: (row) => this.getDistrict(row),
@@ -66,6 +67,7 @@
                 label: '启用/禁用',
                 id: 'isEnabled',
                 type: 'bus-select-dict',
+                default: '1',
                 el: {
                   code: 'USER_ENABLED_OR_DISABLED',
                   clearable: true,

--
Gitblit v1.9.3