From 963aa535e2ac0adf5bfc5dbd5168f63f71177c40 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期二, 14 十一月 2023 19:28:50 +0800 Subject: [PATCH] 上架规则列表调整 --- src/views/productManage/reorderRules/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/productManage/reorderRules/index.vue b/src/views/productManage/reorderRules/index.vue index 57d32fa..c233acd 100644 --- a/src/views/productManage/reorderRules/index.vue +++ b/src/views/productManage/reorderRules/index.vue @@ -134,7 +134,7 @@ } return { ...item, - productName: item.product.name, + productName: { label: item.product.name, value: item.product.id }, locationName: item.location.name, isSet: false, isEdit: true, -- Gitblit v1.8.0