diff --git a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts
index 9f3bb68..7f73bc5 100644
--- a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts
+++ b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts
@@ -58,11 +58,11 @@ export const columns: BasicColumn[] = [
customRender: ({ text, record }) => {
console.log(text);
var applyStatus = '';
- if (text == '1') {
+ if (text == '1' || text == '4') {
applyStatus = '待审核';
} else if (text == '2') {
applyStatus = '审核通过';
- } else if (text == '3') {
+ } else if (text == '3' || text == '5') {
applyStatus = '审核未通过';
}
return applyStatus;
@@ -121,7 +121,7 @@ export const upColumns: BasicColumn[] = [
const imageUrl = text ? opeMediaAddress + text : opeMediaAddress + import.meta.env.VITE_DEFAULT_DIRECTIVE_PRE_PIC;
return render.renderImage({ text: imageUrl });
},
- }
+ },
];
export const applyObj = {
diff --git a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyList.vue b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyListBK.vue
similarity index 100%
rename from src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyList.vue
rename to src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyListBK.vue
diff --git a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyUpList.vue b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyUpListBK.vue
similarity index 100%
rename from src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyUpList.vue
rename to src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyUpListBK.vue
diff --git a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersAuditList.vue b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersAuditList.vue
new file mode 100644
index 0000000..4622a52
--- /dev/null
+++ b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersAuditList.vue
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+