zhou zhou
11 小时以前 50e95b985a72fcec4a93a2470e9efdfb2620148a
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)
      }
    },
    {