From 938f0b0039f0ec4ea75cb7db1a63ac051ace18d2 Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Thu, 14 Nov 2024 16:31:09 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=AE=A2=E6=88=B7=E8=B4=A6?=
=?UTF-8?q?=E5=8D=95=E6=B1=87=E6=80=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../paymentConfirmation/customerBillingSummary.vue | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/customerBillingSummary.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/customerBillingSummary.vue
index 3be69a5360..2ee4518de5 100644
--- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/customerBillingSummary.vue
+++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/customerBillingSummary.vue
@@ -67,7 +67,11 @@
-
+
+
+ {{ scope.row.kxState == '01' ? '正常' : scope.row.kxState == '02' ? '作废' : '' }}
+
+