From 6752afa10d0feee2acd6f9d883db875dd19ba0d3 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期四, 28 九月 2023 10:16:46 +0800
Subject: [PATCH] feat: 销售机会页列表配置列显隐控制
---
src/views/other/payment/saleInvoice/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/other/payment/saleInvoice/index.vue b/src/views/other/payment/saleInvoice/index.vue
index 346233e..2e26681 100644
--- a/src/views/other/payment/saleInvoice/index.vue
+++ b/src/views/other/payment/saleInvoice/index.vue
@@ -135,8 +135,8 @@
{ label: "閿�鍞礋璐d汉", prop: "principalId" },
{ label: "浜у搧鍚嶇О", prop: "name", isProductName: true },
{ label: "鏁伴噺", prop: "amount", isProductAmount: true },
- { label: "鍚◣鍗曚环", prop: "price", isProductCommon: true },
- { label: "浠风◣鍚堣", prop: "total", isProductCommon: true }
+ { label: "鍚◣鍗曚环", prop: "price", isProductPrice: true },
+ { label: "浠风◣鍚堣", prop: "total", isProductTotal: true }
]
}
this.searchOptions = []
--
Gitblit v1.8.0