|
@@ -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>
|