From f97f278ebb00c6cc046f1110ffa524ff14f81ba2 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期五, 10 十一月 2023 11:21:55 +0800 Subject: [PATCH] 新建跟进记录-联系人搜索失败提示 --- src/views/sales/refundForm/DetailRefundForm.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/sales/refundForm/DetailRefundForm.vue b/src/views/sales/refundForm/DetailRefundForm.vue index 42422bb..cbe8be5 100644 --- a/src/views/sales/refundForm/DetailRefundForm.vue +++ b/src/views/sales/refundForm/DetailRefundForm.vue @@ -137,8 +137,8 @@ showSummary: { show: true, total: true, - sumProp: ["other1", "other2", "other3", "other4"], - mergeNumber: 3 + sumProp: ["amount", "price", "total"], + mergeNumber: 1 }, productTableList: {} } -- Gitblit v1.8.0