diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/components/list/index.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/components/list/index.js
index 59c3c20a..0ca4da42 100644
--- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/components/list/index.js
+++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/components/list/index.js
@@ -233,16 +233,18 @@ export default {
-
-
- -
-
-
-
-
- -
-
-
+
+
+
+ -
+
+
+
+
+ -
+
+
+
@@ -807,6 +809,13 @@ export default {
}
return postData;
}
+ function isNotJit() {
+ return (
+ route.meta.enumBusinessType !== "ZhiGongJian" ||
+ route.meta.enumBusinessType !== "BeiJian" ||
+ route.meta.enumBusinessType !== "YingDuJian"
+ );
+ }
onMounted(async () => {
if (route.meta.children?.length) {
for (const item of route.meta.children) {
@@ -876,6 +885,7 @@ export default {
versions,
pushfilterList,
getOperators,
+ isNotJit,
};
},
};