From 9f1b7e7a9a66c41687bab92f38e467f0520384fb Mon Sep 17 00:00:00 2001
From: xiaozhiyong
- {{ - companyNatureEnum.find( +
+
-+
+{{ oilCompanyMatch[0].companyDockType == 0 ? "对接客户" : "平台客户" }} @@ -356,7 +357,7 @@
{{ auditMarkEnum.find( - (item) => item.value == oilCompanyMatch[0].enableMark + (item) => item.value == oilCompanyMatch[0].auditMark ).label }}
@@ -386,7 +387,7 @@{{ - accountStatusEnum.find( + companyTypeEnum.find( (item) => item.value === oilCompanyMatch[3].accountState ).label }} @@ -545,6 +546,10 @@ export default { }, ], auditMarkEnum: [ + { + value: null, + label: "", + }, { label: "未提交", value: "0", @@ -567,6 +572,10 @@ export default { }, ], companyNatureTypeEnum: [ + { + value: null, + label: "", + }, { label: "零售客户", value: "0",