From 36df175693c8224f2987f9e6e54e12c0c010db2f Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期一, 25 九月 2023 15:36:11 +0800 Subject: [PATCH] style: 联系人模块样式调整 --- 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