otmself hai 7 meses
pai
achega
453587cfa6
Modificáronse 1 ficheiros con 8 adicións e 8 borrados
  1. 8 8
      src/components/jcfwComponents/stationInfo.vue

+ 8 - 8
src/components/jcfwComponents/stationInfo.vue

@@ -91,7 +91,7 @@
 
   </div>
 </template>
-  
+
 <script>
 import { mapMutations} from 'vuex'
 import { getStationList, getSatelliteAndStationCheckRepeat, postJcfwStationAdd, postJcfwStationUpdate, postJcfwStationDelete } from '@/api/jcfwApi.js';
@@ -345,11 +345,11 @@ export default {
           required: true,
           options: [
             {
-              value: 0,
+              value: "0",
               label: '地面站',
             },
             {
-              value: 1,
+              value: "1",
               label: '中继星',
             }
           ]
@@ -362,15 +362,15 @@ export default {
           required: true,
           options: [
             {
-              value: 0,
+              value: "0",
               label: '一体化',
             },
             {
-              value: 1,
+              value: "1",
               label: '测控',
             },
             {
-              value: 2,
+              value: "2",
               label: '数传',
             }
           ]
@@ -596,7 +596,7 @@ export default {
   }
 };
 </script>
-  
+
 <style lang='scss' scoped>
 .table1-satelliteBasicInfo,
 .table2-earthStationBasicInfo {
@@ -668,4 +668,4 @@ export default {
     }
   }
 }
-</style>
+</style>