陶杰
2025-01-09 111392f8ae1f27c4cde93bd7974a5f16c8188188
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),