From 89f83d272bce452bbae5efe8614cfd8bae843334 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期一, 23 九月 2024 15:40:02 +0800 Subject: [PATCH] 1.订单列表-新增特殊要求字段 --- pages/order/list/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/order/list/index.vue b/pages/order/list/index.vue index bd7415b..eaae30c 100644 --- a/pages/order/list/index.vue +++ b/pages/order/list/index.vue @@ -79,6 +79,7 @@ { label: '下单时间', prop: 'createTime', minWidth: 180 }, { label: '合伙人', prop: 'partnerName', minWidth: 120 }, { label: '库位', prop: 'warehouseLocationCode', minWidth: 120 }, + { label: '特殊需求', prop: 'specialNeeds', minWidth: 120 }, { label: '备注', formatter: (row) => ( @@ -156,7 +157,6 @@ el: { placeholder: '收货人姓名/手机号' }, }, { label: '收货地址:', id: 'address', type: 'input' }, - { label: '库位:', id: 'warehouseLocationCode', type: 'input' }, ], }, ], -- Gitblit v1.9.3