From 50e95b985a72fcec4a93a2470e9efdfb2620148a Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 02 四月 2026 15:46:09 +0800
Subject: [PATCH] #i18n
---
rsf-design/src/views/basic-info/bas-station-area/modules/bas-station-area-dialog.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/rsf-design/src/views/basic-info/bas-station-area/modules/bas-station-area-dialog.vue b/rsf-design/src/views/basic-info/bas-station-area/modules/bas-station-area-dialog.vue
index 03f889c..32e068a 100644
--- a/rsf-design/src/views/basic-info/bas-station-area/modules/bas-station-area-dialog.vue
+++ b/rsf-design/src/views/basic-info/bas-station-area/modules/bas-station-area-dialog.vue
@@ -96,7 +96,7 @@
props: {
placeholder: t('pages.basicInfo.basStationArea.search.type'),
clearable: true,
- options: getBasStationAreaTypeOptions()
+ options: getBasStationAreaTypeOptions(t)
}
},
{
@@ -159,7 +159,7 @@
props: {
placeholder: t('pages.basicInfo.basStationArea.search.inAble'),
clearable: true,
- options: getBasStationAreaBinaryOptions()
+ options: getBasStationAreaBinaryOptions(t)
}
},
{
@@ -169,7 +169,7 @@
props: {
placeholder: t('pages.basicInfo.basStationArea.search.outAble'),
clearable: true,
- options: getBasStationAreaBinaryOptions()
+ options: getBasStationAreaBinaryOptions(t)
}
},
{
@@ -179,7 +179,7 @@
props: {
placeholder: t('pages.basicInfo.basStationArea.search.isCrossZone'),
clearable: true,
- options: getBasStationAreaBinaryOptions()
+ options: getBasStationAreaBinaryOptions(t)
}
},
{
@@ -189,7 +189,7 @@
props: {
placeholder: t('pages.basicInfo.basStationArea.search.isWcs'),
clearable: true,
- options: getBasStationAreaBinaryOptions()
+ options: getBasStationAreaBinaryOptions(t)
}
},
{
@@ -199,7 +199,7 @@
props: {
placeholder: t('pages.basicInfo.basStationArea.search.autoTransfer'),
clearable: true,
- options: getBasStationAreaBinaryOptions()
+ options: getBasStationAreaBinaryOptions(t)
}
},
{
@@ -241,7 +241,7 @@
props: {
placeholder: t('pages.basicInfo.basStationArea.search.status'),
clearable: true,
- options: getBasStationAreaStatusOptions()
+ options: getBasStationAreaStatusOptions(t)
}
},
{
--
Gitblit v1.9.1