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; },