新版地图 绘图代码调整
This commit is contained in:
parent
493529d9bb
commit
66cdf061c6
@ -241,7 +241,12 @@ export default {
|
||||
},
|
||||
{
|
||||
label: '列车报警确认',
|
||||
children: [
|
||||
{
|
||||
label: '完整性报警确认',
|
||||
handler: this.undeveloped
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
label: '更新列车计划',
|
||||
|
@ -410,7 +410,7 @@ export default {
|
||||
setShowMode(showMode) {
|
||||
if (this.showMode !== showMode) {
|
||||
this.setShowStation('');
|
||||
this.$refs.switchStation.inintShowStation();
|
||||
this.localStationShow && this.$refs.switchStation.inintShowStation();
|
||||
}
|
||||
this.showMode = showMode;
|
||||
const nameList = Object.keys(this.$store.state.map.map || {});
|
||||
|
@ -118,8 +118,8 @@
|
||||
<el-form-item label="侧防列表:">
|
||||
<el-select v-model="addModel.flankProtectionList" clearable multiple filterable :placeholder="$t('map.pleaseSelect')">
|
||||
<el-option
|
||||
v-for="item in flankProtectList"
|
||||
:key="item.code"
|
||||
v-for="(item,index) in flankProtectList"
|
||||
:key="index"
|
||||
:label="`${item.number}-${item.name}`"
|
||||
:value="item.code"
|
||||
/>
|
||||
|
@ -502,6 +502,8 @@ export default {
|
||||
}
|
||||
.back_box{
|
||||
left: 150px;
|
||||
display: inline-block;
|
||||
width: 57px;
|
||||
}
|
||||
|
||||
.map-draft{
|
||||
|
Loading…
Reference in New Issue
Block a user