openatc-components 0.0.44-hotfix → 0.0.47
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.
- package/package/kisscomps/components/PatternStatus/PatternStatus.vue +1 -1
- package/package/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +9 -1
- package/package/kisscomps/components/Stages/index.vue +12 -6
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/icons/demo.css +539 -0
- package/src/icons/iconfont.css +11 -3
- package/src/icons/iconfont.js +1 -1
- package/src/icons/iconfont.json +14 -0
- package/src/icons/iconfont.ttf +0 -0
- package/src/icons/iconfont.woff +0 -0
- package/src/icons/iconfont.woff2 +0 -0
- package/src/kisscomps/components/PatternStatus/PatternStatus.vue +1 -1
- package/src/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +9 -1
- package/src/kisscomps/components/Stages/index.vue +12 -6
|
@@ -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-
|
|
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>
|
|
@@ -182,6 +182,12 @@ export default {
|
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
184
|
computed: {
|
|
185
|
+
rings () {
|
|
186
|
+
return this.patternOne.length === 0 ? this.planPattern.rings : this.patternOne[0].rings
|
|
187
|
+
},
|
|
188
|
+
cycle () {
|
|
189
|
+
return this.patternOne.length === 0 ? this.planPattern.cycle : this.patternOne[0].cycle
|
|
190
|
+
},
|
|
185
191
|
offset () {
|
|
186
192
|
return this.patternOne.length === 0 ? 0 : this.patternOne[0].offset
|
|
187
193
|
},
|
|
@@ -1400,7 +1406,9 @@ export default {
|
|
|
1400
1406
|
duration: this.manualInfo.tempDuration !== undefined ? Number(this.manualInfo.tempDuration) : 0,
|
|
1401
1407
|
data: {}
|
|
1402
1408
|
}
|
|
1403
|
-
|
|
1409
|
+
submitdata.data.offset = this.offset
|
|
1410
|
+
submitdata.data.cycle = this.cycle
|
|
1411
|
+
submitdata.data.rings = this.rings
|
|
1404
1412
|
this.$emit('closePhaseControl', submitdata)
|
|
1405
1413
|
}
|
|
1406
1414
|
}
|
|
@@ -24,19 +24,21 @@
|
|
|
24
24
|
:Width="'55'"
|
|
25
25
|
:Height="'55'" />
|
|
26
26
|
</template> -->
|
|
27
|
-
<
|
|
27
|
+
<patternwalksvg class="patternWalk"
|
|
28
28
|
:showWalk="item[0].peddirection"
|
|
29
29
|
:sidewalkPhaseData="item[0].sidewalkPhaseData"
|
|
30
|
-
:Width="'
|
|
31
|
-
:Height="'
|
|
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-
|
|
38
|
-
<i class="iconfont icon-BRT" style="position: absolute;top:
|
|
39
|
-
<
|
|
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,
|