From 167032e32f817d67571317045c61249e8758b5a7 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Wed, 4 Feb 2026 13:34:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../configSuppliersApply/NuConfigSuppliersApply.data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts index f727d58..4ab8936 100644 --- a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts +++ b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts @@ -67,7 +67,7 @@ export const columns: BasicColumn[] = [ } else if (text == '2') { applyStatus = '审核通过'; } else if (text == '3' || text == '5') { - applyStatus = '审核未通过'; + applyStatus = '审核驳回'; } return applyStatus; }, @@ -143,7 +143,7 @@ export const columns2: BasicColumn[] = [ } else if (text == '2') { applyStatus = '审核通过'; } else if (text == '3' || text == '5') { - applyStatus = '审核未通过'; + applyStatus = '审核驳回'; } return applyStatus; },