From e7e014b02e52297c5de0c4c7951c0086debde9b8 Mon Sep 17 00:00:00 2001 From: mayf <m13160102112@163.com> Date: 星期一, 09 九月 2024 16:08:40 +0800 Subject: [PATCH] 订单列表增加备注展示并且高亮 订单详情增加备注字段 --- pages/order/list/_id.vue | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/pages/order/list/_id.vue b/pages/order/list/_id.vue index 87dd692..5a1cb0c 100644 --- a/pages/order/list/_id.vue +++ b/pages/order/list/_id.vue @@ -354,6 +354,13 @@ { label: '合伙人:', id: 'partnerName', type: 'input' }, { label: '库区:', id: 'warehouseName', type: 'input' }, { label: '库位:', id: 'warehouseLocationCode', type: 'input' }, + { + label: '备注:', + id: 'remarks', + type: 'input', + el: { type: 'textarea' }, + span: 24, + }, ], }, ], -- Gitblit v1.9.3