openatc-components 0.0.43-hotfix → 0.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,7 +30,7 @@
30
30
  </div>
31
31
  </el-tooltip>
32
32
  <div style="position:relative; width:50px;" v-for="(bus,index3) in busPhaseData" :key="index3">
33
- <i class="iconfont icon-lukouquhua" style="position: absolute;top: 8px;font-size:12px;color:#454545;" v-if="bus.controltype === 1 && bus.phaseid===item.id"></i>
33
+ <i class="iconfont icon-lukouzhilu" style="position: absolute;top: 8px;font-size:12px;color:#454545;" v-if="bus.controltype === 1 && bus.phaseid===item.id"></i>
34
34
  <i class="iconfont icon-BRT" style="position: absolute;top: 8px;font-size:12px;color:#454545;" v-if="bus.controltype === 4 && bus.phaseid===item.id"></i>
35
35
  <i class="iconfont icon-xuxiangwei" style="position: absolute;top: 8px;font-size:12px;color:#454545;" v-if="bus.controltype === 99 && bus.phaseid===item.id"></i>
36
36
  <i class="iconfont icon-feijidongche" style="position: absolute;top: 8px;font-size:12px;color:#454545;" v-if="bus.controltype === 6 && bus.phaseid===item.id"></i>
@@ -24,19 +24,21 @@
24
24
  :Width="'55'"
25
25
  :Height="'55'" />
26
26
  </template> -->
27
- <PatternWalkSvg class="patternWalk"
27
+ <patternwalksvg class="patternWalk"
28
28
  :showWalk="item[0].peddirection"
29
29
  :sidewalkPhaseData="item[0].sidewalkPhaseData"
30
- :Width="'55'"
31
- :Height="'55'" />
30
+ :Width="'40'"
31
+ :Height="'40'" />
32
32
  <xdr-dir-selector Width="40PX" Height="40PX" :showlist="item"></xdr-dir-selector>
33
33
  <div style="display:flex;flex-direction:row;justify-content:center;align-items:center;">
34
34
  <div class="current-stage-num" style="width:20%;">{{index + 1}}</div>
35
35
  <div style="width:70%;">
36
36
  <i class="iconfont icon-feijidongche" style="font-size:11PX;color:#606266;" v-if="item[item.length-1].controltype === 6"></i>
37
- <i class="iconfont icon-lukouquhua" style="position: absolute;top: 8px;font-size:12px;color:#454545;" v-if="bus.controltype === 1 && bus.phaseid===item.id"></i>
38
- <i class="iconfont icon-BRT" style="position: absolute;top: 8px;font-size:12px;color:#454545;" v-if="bus.controltype === 4 && bus.phaseid===item.id"></i>
39
- <i class="iconfont icon-xuxiangwei" style="position: absolute;top: 8px;font-size:12px;color:#454545;" v-if="bus.controltype === 99 && bus.phaseid===item.id"></i>
37
+ <i class="iconfont icon-lukouzhilu" style="font-size:16PX;color:#454545;" v-if="item[item.length-1].controltype === 1"></i>
38
+ <i class="iconfont icon-BRT" style="position: absolute;top: 8PX;font-size:11PX;color:#454545;" v-if="item[item.length-1].controltype === 4"></i>
39
+ <div style="transform:scale(0.65);margin-left:-6px;">
40
+ <i class="iconfont icon-xuxiangwei" style="font-size:5PX;color:#454545;" v-if="item[item.length-1].controltype === 99"></i>
41
+ </div>
40
42
  <i class="iconfont icon-gongjiaoche" style="font-size:11PX;color:#606266;" v-if="item[item.length-1].controltype === 3"></i>
41
43
  <i class="iconfont icon-youguidianche" style="font-size:11PX;color:#606266;" v-if="item[item.length-1].controltype === 5"></i>
42
44
  </div>
@@ -55,8 +57,12 @@
55
57
  <script>
56
58
  /* eslint-disable */
57
59
  import RingDataModel from '../../../utils/RingDataModel.js'
60
+ import patternwalksvg from '../PatternWalkSvg/PatternWalkSvg'
58
61
  export default {
59
62
  name: 'Stages',
63
+ components: {
64
+ patternwalksvg
65
+ },
60
66
  props: {
61
67
  isShowCurrentStage: {
62
68
  type: Boolean,