openatc-components 0.2.44 → 0.2.45
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/OverLap/OverLap.vue +2 -0
- package/package/kisscomps/components/SelectCrossPhase/index.vue +1 -0
- package/package/kisscomps/components/StageBord/StageBord.vue +10 -10
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/kisscomps/components/OverLap/OverLap.vue +2 -0
- package/src/kisscomps/components/SelectCrossPhase/index.vue +1 -0
- package/src/kisscomps/components/StageBord/StageBord.vue +10 -10
|
@@ -121,6 +121,7 @@ export default {
|
|
|
121
121
|
} else {
|
|
122
122
|
direction.push({
|
|
123
123
|
id: '',
|
|
124
|
+
color: '#454545',
|
|
124
125
|
peddirection: this.getPedPhasePos(i.peddirection)
|
|
125
126
|
})
|
|
126
127
|
}
|
|
@@ -137,6 +138,7 @@ export default {
|
|
|
137
138
|
key: this.CrossDiagramMgr.getUniqueKey('pedphase'),
|
|
138
139
|
phaseid: i.id, // 相位id,用于对应相位状态
|
|
139
140
|
id: dir,
|
|
141
|
+
color: '#454545',
|
|
140
142
|
name: this.PhaseDataModel.getSidePos(dir).name
|
|
141
143
|
})
|
|
142
144
|
}
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
:options="options">
|
|
24
24
|
<div class="stage-item" >
|
|
25
25
|
<el-row :gutter="0">
|
|
26
|
-
<el-col :span="
|
|
26
|
+
<el-col :span="6">
|
|
27
27
|
{{this.$t('openatccomponents.overview.phasesplit')}}
|
|
28
28
|
</el-col>
|
|
29
|
-
<el-col :span="
|
|
29
|
+
<el-col :span="18">
|
|
30
30
|
<el-input-number
|
|
31
31
|
v-if="isRing"
|
|
32
32
|
class="stage-value"
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
</el-col>
|
|
50
50
|
</el-row>
|
|
51
51
|
<el-row :gutter="0">
|
|
52
|
-
<el-col :span="
|
|
52
|
+
<el-col :span="6">
|
|
53
53
|
{{this.$t('openatccomponents.pattern.phase')}}
|
|
54
54
|
</el-col>
|
|
55
|
-
<el-col :span="
|
|
55
|
+
<el-col :span="18">
|
|
56
56
|
<SelectCrossPhase
|
|
57
57
|
v-if="isRing"
|
|
58
58
|
type="phases"
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
</el-col>
|
|
83
83
|
</el-row>
|
|
84
84
|
<el-row :gutter="0" v-if="isRing">
|
|
85
|
-
<el-col :span="
|
|
85
|
+
<el-col :span="6">
|
|
86
86
|
{{this.$t('openatccomponents.pattern.green')}}
|
|
87
87
|
</el-col>
|
|
88
|
-
<el-col :span="
|
|
88
|
+
<el-col :span="18">
|
|
89
89
|
<el-input-number
|
|
90
90
|
class="stage-value"
|
|
91
91
|
size="small"
|
|
@@ -97,10 +97,10 @@
|
|
|
97
97
|
</el-col>
|
|
98
98
|
</el-row>
|
|
99
99
|
<el-row :gutter="0" v-if="isRing">
|
|
100
|
-
<el-col :span="
|
|
100
|
+
<el-col :span="6">
|
|
101
101
|
{{this.$t('openatccomponents.pattern.yellow')}}
|
|
102
102
|
</el-col>
|
|
103
|
-
<el-col :span="
|
|
103
|
+
<el-col :span="18">
|
|
104
104
|
<el-input-number
|
|
105
105
|
class="stage-value"
|
|
106
106
|
size="small"
|
|
@@ -112,10 +112,10 @@
|
|
|
112
112
|
</el-col>
|
|
113
113
|
</el-row>
|
|
114
114
|
<el-row :gutter="0" v-if="isRing">
|
|
115
|
-
<el-col :span="
|
|
115
|
+
<el-col :span="6">
|
|
116
116
|
{{this.$t('openatccomponents.pattern.red')}}
|
|
117
117
|
</el-col>
|
|
118
|
-
<el-col :span="
|
|
118
|
+
<el-col :span="18">
|
|
119
119
|
<el-input-number
|
|
120
120
|
class="stage-value"
|
|
121
121
|
size="small"
|