From 014cf0cd36c31b2afa896e6c8efcabfccbe6b289 Mon Sep 17 00:00:00 2001
From: mayf <m13160102112@163.com>
Date: 星期二, 24 九月 2024 23:50:18 +0800
Subject: [PATCH] 售后弹窗修改

---
 pages/order/list/index.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/pages/order/list/index.vue b/pages/order/list/index.vue
index e370220..3f72adf 100644
--- a/pages/order/list/index.vue
+++ b/pages/order/list/index.vue
@@ -78,6 +78,8 @@
           { label: '订单状态', prop: 'statusBackendStr', minWidth: 120 },
           { label: '下单时间', prop: 'createTime', minWidth: 180 },
           { label: '合伙人', prop: 'partnerName', minWidth: 120 },
+          { label: '库位', prop: 'warehouseLocationCode', minWidth: 120 },
+          { label: '特殊需求', prop: 'specialNeeds', minWidth: 120 },
           {
             label: '备注',
             formatter: (row) => (
@@ -155,6 +157,7 @@
                 el: { placeholder: '收货人姓名/手机号' },
               },
               { label: '收货地址:', id: 'address', type: 'input' },
+              { label: '库位:', id: 'warehouseLocationCode', type: 'input' },
             ],
           },
         ],

--
Gitblit v1.9.3