From 7874262b15ca8d2495012ed5f934332dbeeadf29 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期四, 28 九月 2023 09:42:57 +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