diff --git a/src/jmapNew/shape/Section/index.js b/src/jmapNew/shape/Section/index.js index 920e474a2..3fcb123ad 100644 --- a/src/jmapNew/shape/Section/index.js +++ b/src/jmapNew/shape/Section/index.js @@ -732,9 +732,9 @@ export default class Section extends Group { } } - /** 保护区段延时解锁*/ + /** 保护区段延时解锁 时间计时*/ protectiveTimeRelease() { - console.log(this.model); + // console.log(this.model); this.releaseName && this.releaseName.show(); // this.releaseName.setStyle('text', '20'); // this.section.setStyle({ @@ -883,14 +883,13 @@ export default class Section extends Group { drawSelected(selected) { this.selected = selected; if (selected) { - if (this.style.Section.line.isActiveShow) { + if (this.style.Section.line.isActiveShow) { // 哈尔滨线路专属显示 this.lineBorder && this.lineBorder.setStyle({ lineWidth: this.style.Section.line.width + 3 }); } else { !this.selectedType && this.section && this.section.setStyle({ stroke: '#fbfbfb' }); } } else { this.lineBorder && this.lineBorder.setStyle({ lineWidth: 0 }); - // !this.selectedType && this.section && this.section.setStyle({ stroke: this.style.Section.line.spareColor }); !this.selectedType && this.setState(this.model); } } diff --git a/src/views/competitionManage/competition/index.vue b/src/views/competitionManage/competition/index.vue index a11c6ac66..0c424b27d 100644 --- a/src/views/competitionManage/competition/index.vue +++ b/src/views/competitionManage/competition/index.vue @@ -67,6 +67,7 @@ export default { { type: 'button', title: this.$t('global.operate'), + width: 580, buttons: [ { name: '修改', diff --git a/src/views/publish/runPlanEveryDay/runPlanView.vue b/src/views/publish/runPlanEveryDay/runPlanView.vue index 74a8cc1d9..76cdf34a9 100644 --- a/src/views/publish/runPlanEveryDay/runPlanView.vue +++ b/src/views/publish/runPlanEveryDay/runPlanView.vue @@ -1,7 +1,7 @@