| | |
| | | props: { |
| | | placeholder: t('pages.basicInfo.basStationArea.search.type'), |
| | | clearable: true, |
| | | options: getBasStationAreaTypeOptions() |
| | | options: getBasStationAreaTypeOptions(t) |
| | | } |
| | | }, |
| | | { |
| | |
| | | props: { |
| | | placeholder: t('pages.basicInfo.basStationArea.search.inAble'), |
| | | clearable: true, |
| | | options: getBasStationAreaBinaryOptions() |
| | | options: getBasStationAreaBinaryOptions(t) |
| | | } |
| | | }, |
| | | { |
| | |
| | | props: { |
| | | placeholder: t('pages.basicInfo.basStationArea.search.outAble'), |
| | | clearable: true, |
| | | options: getBasStationAreaBinaryOptions() |
| | | options: getBasStationAreaBinaryOptions(t) |
| | | } |
| | | }, |
| | | { |
| | |
| | | props: { |
| | | placeholder: t('pages.basicInfo.basStationArea.search.isCrossZone'), |
| | | clearable: true, |
| | | options: getBasStationAreaBinaryOptions() |
| | | options: getBasStationAreaBinaryOptions(t) |
| | | } |
| | | }, |
| | | { |
| | |
| | | props: { |
| | | placeholder: t('pages.basicInfo.basStationArea.search.isWcs'), |
| | | clearable: true, |
| | | options: getBasStationAreaBinaryOptions() |
| | | options: getBasStationAreaBinaryOptions(t) |
| | | } |
| | | }, |
| | | { |
| | |
| | | props: { |
| | | placeholder: t('pages.basicInfo.basStationArea.search.autoTransfer'), |
| | | clearable: true, |
| | | options: getBasStationAreaBinaryOptions() |
| | | options: getBasStationAreaBinaryOptions(t) |
| | | } |
| | | }, |
| | | { |
| | |
| | | props: { |
| | | placeholder: t('pages.basicInfo.basStationArea.search.status'), |
| | | clearable: true, |
| | | options: getBasStationAreaStatusOptions() |
| | | options: getBasStationAreaStatusOptions(t) |
| | | } |
| | | }, |
| | | { |