From 4ddff036191a2ec6ee6f85a337c97d6f7d9471d6 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 14 五月 2025 18:21:14 +0800
Subject: [PATCH] git ch
---
company/src/filters/index.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/company/src/filters/index.js b/company/src/filters/index.js
index e854f1e..77559ba 100644
--- a/company/src/filters/index.js
+++ b/company/src/filters/index.js
@@ -17,5 +17,11 @@
}
return '鍚敤'
})
+ Vue.filter('disabledText1', (value) => {
+ if (value) {
+ return '鏅�氭枃鏈�'
+ }
+ return '瀵屾枃鏈�'
+ })
}
}
--
Gitblit v1.9.3