From 4a0a26ab9b5bf0ccdaeb95fda4c8419ef6760612 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期四, 26 九月 2024 17:35:20 +0800
Subject: [PATCH] fix:特殊需求返回字典
---
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 3f72adf..a588f74 100644
--- a/pages/order/list/index.vue
+++ b/pages/order/list/index.vue
@@ -79,7 +79,7 @@
{ label: '下单时间', prop: 'createTime', minWidth: 180 },
{ label: '合伙人', prop: 'partnerName', minWidth: 120 },
{ label: '库位', prop: 'warehouseLocationCode', minWidth: 120 },
- { label: '特殊需求', prop: 'specialNeeds', minWidth: 120 },
+ { label: '特殊需求', prop: 'specialNeedsStr', minWidth: 120 },
{
label: '备注',
formatter: (row) => (
--
Gitblit v1.9.3