openatc-components 0.1.148 → 0.1.151

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.
@@ -15,6 +15,7 @@
15
15
  {{headerText}}
16
16
  </div>
17
17
  <div class="common-board-table-header">
18
+ <div class="common-titlecolumn phaseId">#</div>
18
19
  <div class="common-titlecolumn phase">{{this.$t('openatccomponents.overview.phase')}}</div>
19
20
  <div class="common-titlecolumn mode">
20
21
  <slot name="kanbantitle"></slot>
@@ -23,6 +24,9 @@
23
24
  <!-- 开启拖拽调整顺序 -->
24
25
  <draggable v-if="Draggable" class="common-board-column-content" v-model="list" @end="end">
25
26
  <div class="common-board-item" v-for="element in list" :key="element.id">
27
+ <div class="common-contentcolumn index">
28
+ {{element.id}}
29
+ </div>
26
30
  <div class="common-contentcolumn phase">
27
31
  <el-tooltip class="item" effect="dark" placement="left">
28
32
  <div slot="content">{{element.name}}</div>
@@ -31,6 +35,7 @@
31
35
  Height="70px"
32
36
  Widths="60px"
33
37
  Heights="60px"
38
+ :isLock = "element.locktype"
34
39
  :showlist="element.desc"
35
40
  :ISActiveMask="ISActiveMask"
36
41
  :MaskColor="MaskColor"
@@ -47,6 +52,9 @@
47
52
  <div v-if="!Draggable" class="common-board-column-content">
48
53
  <div class="common-board-item" v-for="element in list" :key="element.id">
49
54
  <!-- {{element}} -->
55
+ <div class="common-contentcolumn index">
56
+ {{element.id}}
57
+ </div>
50
58
  <div class="common-contentcolumn phase">
51
59
  <el-tooltip class="item" effect="dark" placement="left">
52
60
  <div slot="content">{{element.name}}</div>
@@ -56,6 +64,7 @@
56
64
  Height="70px"
57
65
  Widths="60px"
58
66
  Heights="60px"
67
+ :isLock = "element.locktype"
59
68
  :showlist="element.desc"
60
69
  :ISActiveMask="ISActiveMask"
61
70
  :MaskColor="MaskColor"
@@ -26,25 +26,25 @@
26
26
  <g id="南">
27
27
  <path id="南掉头"
28
28
  :stroke-width="PathWidth"
29
- :fill="status[15].color"
29
+ :fill="isLock === 1 ? status[15].lockColor:status[15].color"
30
30
  :class="status[15].isshow ? '' : 'invisible'"
31
31
  class="st0" d="M20.6,23.8c-2.2,0-4,1.8-4,4v0.4h-2.7l3.8,5.1l3.8-5.1h-2.9v-0.4c0-1.2,1-2.1,2.1-2.1
32
32
  c1.2,0,2.1,1,2.1,2.1v5.5h1.9v-5.5C24.5,25.6,22.8,23.8,20.6,23.8z"/>
33
33
  <polygon id="南直行"
34
34
  :stroke-width="PathWidth"
35
- :fill="status[12].color"
35
+ :fill="isLock === 1 ? status[12].lockColor:status[12].color"
36
36
  :class="status[12].isshow ? '' : 'invisible'"
37
37
  class="st0" points="27.5,17.8 23.7,12.6 20,17.8 22.8,17.8 22.8,33.3 24.7,33.3 24.7,17.8"/>
38
38
  <path id="南左转"
39
39
  :stroke-width="PathWidth"
40
- :fill="status[13].color"
40
+ :fill="isLock === 1 ? status[13].lockColor:status[13].color"
41
41
  :class="status[13].isshow ? '' : 'invisible'"
42
42
  class="st0" d="M24.7,33.3c0,0,0-5.5,0-5.5c0-2.2-1.2-4.5-3.1-5.7c-0.2-0.1-0.5-0.3-0.7-0.4
43
43
  c-1.2-0.5-2.5-0.7-3.7-0.9c0,0,0-0.2,0-0.2l0.2-2.8L12,21.2l4.8,4.2c0,0,0.2-2.6,0.2-2.6c0,0,1.3,0.2,1.4,0.2
44
44
  c1.7,0.3,3,1.1,3.8,2.7c0.6,1.2,0.5,2.4,0.5,3.7c0,1,0,2,0,3c0,0.3,0,0.6,0,1H24.7z"/>
45
45
  <path id="南右转"
46
46
  :stroke-width="PathWidth"
47
- :fill="status[14].color"
47
+ :fill="isLock === 1 ? status[14].lockColor:status[14].color"
48
48
  :class="status[14].isshow ? '' : 'invisible'"
49
49
  class="st0" d="M33.4,21.4L28,18.1l0.2,2.8l0,0.2l0,0.1c-0.6,0.1-1.1,0.3-1.7,0.5c-0.2,0.1-0.5,0.2-0.7,0.4
50
50
  c-1.9,1.2-3.1,3.4-3.1,5.7c0,0,0,5.5,0,5.5h1.9c0-0.3,0-0.6,0-1c0-1,0-2,0-3c0-1.3-0.1-2.5,0.5-3.7c0.7-1.4,1.8-2.2,3.2-2.5
@@ -53,26 +53,26 @@
53
53
  <g id="北">
54
54
  <path id="北掉头"
55
55
  :stroke-width="PathWidth"
56
- :fill="status[11].color"
56
+ :fill="isLock === 1 ? status[11].lockColor:status[11].color"
57
57
  :class="status[11].isshow ? '' : 'invisible'"
58
58
  class="st0" d="M13.4,10.2c2.2,0,4-1.8,4-4V5.8h2.7l-3.8-5.1l-3.8,5.1h2.9v0.4c0,1.2-1,2.1-2.1,2.1
59
59
  s-2.1-1-2.1-2.1V0.7H9.3v5.5C9.5,8.4,11.2,10.2,13.4,10.2z"/>
60
60
  <polygon
61
61
  id="北直行_1_"
62
62
  :stroke-width="PathWidth"
63
- :fill="status[8].color"
63
+ :fill="isLock === 1 ? status[9].lockColor:status[8].color"
64
64
  :class="status[8].isshow ? '' : 'invisible'"
65
65
  class="st0" points="6.5,16.1 10.3,21.3 14,16.1 11.2,16.1 11.2,0.6 9.3,0.6 9.3,16.1"/>
66
66
  <path id="北左转"
67
67
  :stroke-width="PathWidth"
68
- :fill="status[9].color"
68
+ :fill="isLock === 1 ? status[9].lockColor:status[9].color"
69
69
  :class="status[9].isshow ? '' : 'invisible'"
70
70
  class="st0" d="M9.3,0.7c0,0,0,5.5,0,5.5c0,2.2,1.2,4.5,3.1,5.7c0.2,0.1,0.5,0.3,0.7,0.4
71
71
  c1.2,0.5,2.5,0.7,3.7,0.9c0,0,0,0.2,0,0.2l-0.2,2.8l5.4-3.3l-4.8-4.2c0,0-0.2,2.6-0.2,2.6c0,0-1.3-0.2-1.4-0.2
72
72
  c-1.7-0.3-3-1.1-3.8-2.7c-0.6-1.2-0.5-2.4-0.5-3.7c0-1,0-2,0-3c0-0.3,0-0.6,0-1H9.3z"/>
73
73
  <path id="北右转"
74
74
  :stroke-width="PathWidth"
75
- :fill="status[10].color"
75
+ :fill="isLock === 1 ? status[10].lockColor:status[10].color"
76
76
  :class="status[10].isshow ? '' : 'invisible'"
77
77
  class="st0" d="M0.6,12.6L6,15.9l-0.2-2.8l0-0.2l0-0.1c0.6-0.1,1.1-0.3,1.7-0.5c0.2-0.1,0.5-0.2,0.7-0.4
78
78
  c1.9-1.2,3.1-3.4,3.1-5.7c0,0,0-5.5,0-5.5H9.3c0,0.3,0,0.6,0,1c0,1,0,2,0,3c0,1.3,0.1,2.5-0.5,3.7C8.1,9.7,7,10.5,5.6,10.9
@@ -81,26 +81,26 @@
81
81
  <g id="西">
82
82
  <path id="西掉头"
83
83
  :stroke-width="PathWidth"
84
- :fill="status[7].color"
84
+ :fill="isLock === 1 ? status[7].lockColor:status[7].color"
85
85
  :class="status[7].isshow ? '' : 'invisible'"
86
86
  class="st0" d="M10.2,20.6c0-2.2-1.8-4-4-4H5.8v-2.7l-5.1,3.8l5.1,3.8v-2.9h0.4c1.2,0,2.1,1,2.1,2.1
87
87
  c0,1.2-1,2.1-2.1,2.1H0.7v1.9h5.5C8.4,24.5,10.2,22.8,10.2,20.6z"/>
88
88
  <polygon id="西直行"
89
89
  :stroke-width="PathWidth"
90
- :fill="status[4].color"
90
+ :fill="isLock === 1 ? status[4].lockColor:status[4].color"
91
91
  :class="status[4].isshow ? '' : 'invisible'"
92
92
  class="st0"
93
93
  points="16.3,27.5 21.4,23.7 16.3,20 16.3,22.8 0.8,22.8 0.8,24.7 16.3,24.7"/>
94
94
  <path id="西左转"
95
95
  :stroke-width="PathWidth"
96
- :fill="status[5].color"
96
+ :fill="isLock === 1 ? status[5].lockColor:status[5].color"
97
97
  :class="status[5].isshow ? '' : 'invisible'"
98
98
  class="st0" d="M0.7,24.7c0,0,5.5,0,5.5,0c2.2,0,4.5-1.2,5.7-3.1c0.1-0.2,0.3-0.5,0.4-0.7
99
99
  c0.5-1.2,0.7-2.5,0.9-3.7c0,0,0.2,0,0.2,0l2.8,0.2L12.8,12l-4.2,4.8c0,0,2.6,0.2,2.6,0.2c0,0-0.2,1.3-0.2,1.4
100
100
  c-0.3,1.7-1.1,3-2.7,3.8c-1.2,0.6-2.4,0.5-3.7,0.5c-1,0-2,0-3,0c-0.3,0-0.6,0-1,0V24.7z"/>
101
101
  <path id="西右转"
102
102
  :stroke-width="PathWidth"
103
- :fill="status[6].color"
103
+ :fill="isLock === 1 ? status[6].lockColor:status[6].color"
104
104
  :class="status[6].isshow ? '' : 'invisible'"
105
105
  class="st0" d="M12.6,33.4l3.3-5.4l-2.8,0.2l-0.2,0l-0.1,0c-0.1-0.6-0.3-1.1-0.5-1.7
106
106
  c-0.1-0.2-0.2-0.5-0.4-0.7c-1.2-1.9-3.4-3.1-5.7-3.1c0,0-5.5,0-5.5,0v1.9c0.3,0,0.6,0,1,0c1,0,2,0,3,0c1.3,0,2.5-0.1,3.7,0.5
@@ -109,27 +109,27 @@
109
109
  <g id="东">
110
110
  <path id="东掉头"
111
111
  :stroke-width="PathWidth"
112
- :fill="status[3].color"
112
+ :fill="isLock === 1 ? status[3].lockColor:status[3].color"
113
113
  :class="status[3].isshow ? '' : 'invisible'"
114
114
  class="st0" d="M23.8,13.4c0,2.2,1.8,4,4,4h0.4v2.7l5.1-3.8l-5.1-3.8v2.9h-0.4c-1.2,0-2.1-1-2.1-2.1
115
115
  s1-2.1,2.1-2.1h5.5V9.3h-5.5C25.6,9.5,23.8,11.2,23.8,13.4z"/>
116
116
  <polygon
117
117
  :stroke-width="PathWidth"
118
- :fill="status[0].color"
118
+ :fill="isLock === 1 ? status[0].lockColor:status[0].color"
119
119
  :class="status[0].isshow ? '' : 'invisible'"
120
120
  id="东直行"
121
121
  class="st0"
122
122
  points="17.9,6.5 12.8,10.3 17.9,14 17.9,11.2 33.4,11.2 33.4,9.3 17.9,9.3"/>
123
123
  <path id="东左转"
124
124
  :stroke-width="PathWidth"
125
- :fill="status[1].color"
125
+ :fill="isLock === 1 ? status[1].lockColor:status[1].color"
126
126
  :class="status[1].isshow ? '' : 'invisible'"
127
127
  class="st0" d="M33.3,9.3c0,0-5.5,0-5.5,0c-2.2,0-4.5,1.2-5.7,3.1c-0.1,0.2-0.3,0.5-0.4,0.7
128
128
  c-0.5,1.2-0.7,2.5-0.9,3.7c0,0-0.2,0-0.2,0l-2.8-0.2l3.3,5.4l4.2-4.8c0,0-2.6-0.2-2.6-0.2c0,0,0.2-1.3,0.2-1.4
129
129
  c0.3-1.7,1.1-3,2.7-3.8c1.2-0.6,2.4-0.5,3.7-0.5c1,0,2,0,3,0c0.3,0,0.6,0,1,0V9.3z"/>
130
130
  <path id="东右转"
131
131
  :stroke-width="PathWidth"
132
- :fill="status[2].color"
132
+ :fill="isLock === 1 ? status[2].lockColor:status[2].color"
133
133
  :class="status[2].isshow ? '' : 'invisible'"
134
134
  class="st0" d="M21.4,0.6L18.1,6l2.8-0.2l0.2,0l0.1,0c0.1,0.6,0.3,1.1,0.5,1.7c0.1,0.2,0.2,0.5,0.4,0.7
135
135
  c1.2,1.9,3.4,3.1,5.7,3.1c0,0,5.5,0,5.5,0V9.3c-0.3,0-0.6,0-1,0c-1,0-2,0-3,0c-1.3,0-2.5,0.1-3.7-0.5c-1.4-0.7-2.2-1.8-2.5-3.2
@@ -140,7 +140,7 @@
140
140
  <g id="西南">
141
141
  <path id="西南掉头"
142
142
  :stroke-width="PathWidth"
143
- :fill="status[23].color"
143
+ :fill="isLock === 1 ? status[23].lockColor:status[23].color"
144
144
  :class="status[23].isshow ? '' : 'invisible'"
145
145
  class="st0" d="M14.7,24.4c-1.6-1.6-4.1-1.5-5.6,0l-0.3,0.3l-1.9-1.9L6,29l6.3-1l-2-2l0.3-0.3
146
146
  c0.8-0.8,2.2-0.8,3,0c0.8,0.8,0.8,2.2,0,3l-3.9,3.9l1.4,1.4l3.9-3.9C16.2,28.4,16.2,25.9,14.7,24.4z"/>
@@ -148,19 +148,19 @@
148
148
  id="西南直行"
149
149
  class="st0"
150
150
  :stroke-width="PathWidth"
151
- :fill="status[20].color"
151
+ :fill="isLock === 1 ? status[20].lockColor:status[20].color"
152
152
  :class="status[20].isshow ? '' : 'invisible'"
153
153
  points="23.8,25 24.8,18.8 18.4,19.7 20.4,21.7 9.6,32.5 11,33.9 21.9,23"/>
154
154
  <path id="西南左转"
155
155
  :stroke-width="PathWidth"
156
- :fill="status[21].color"
156
+ :fill="isLock === 1 ? status[21].lockColor:status[21].color"
157
157
  :class="status[21].isshow ? '' : 'invisible'"
158
158
  class="st0" d="M10.9,34c0,0,3.9-3.9,3.9-3.9c1.6-1.6,2.3-4,1.8-6.2c-0.1-0.3-0.1-0.5-0.2-0.7
159
159
  c-0.5-1.2-1.3-2.2-2-3.3c0,0,0.1-0.1,0.1-0.1l2.1-1.8l-6.2-1.5l0.4,6.3c0,0,2-1.7,2-1.7c0,0,0.8,1.1,0.8,1.2
160
160
  c1,1.4,1.3,2.9,0.8,4.6c-0.4,1.3-1.3,2.1-2.2,3c-0.7,0.7-1.4,1.4-2.1,2.1c-0.2,0.2-0.4,0.4-0.7,0.7L10.9,34z"/>
161
161
  <path id="西南右转"
162
162
  :stroke-width="PathWidth"
163
- :fill="status[22].color"
163
+ :fill="isLock === 1 ? status[22].lockColor:status[22].color"
164
164
  :class="status[22].isshow ? '' : 'invisible'"
165
165
  class="st0" d="M25.4,31.7L24,25.6l-1.8,2.1L22,27.8L22,27.9c-0.5-0.3-1-0.6-1.5-0.8
166
166
  c-0.2-0.1-0.5-0.2-0.7-0.2c-2.2-0.5-4.6,0.2-6.2,1.8c0,0-3.9,3.9-3.9,3.9l1.4,1.4c0.2-0.2,0.4-0.4,0.7-0.7
@@ -169,27 +169,27 @@
169
169
  <g id="东北">
170
170
  <path id="东北掉头"
171
171
  :stroke-width="PathWidth"
172
- :fill="status[27].color"
172
+ :fill="isLock === 1 ? status[27].lockColor:status[27].color"
173
173
  :class="status[27].isshow ? '' : 'invisible'"
174
174
  class="st0" d="M19.3,9.6c1.6,1.6,4.1,1.5,5.6,0l0.3-0.3l1.9,1.9L28,5l-6.3,1l2,2l-0.3,0.3
175
175
  c-0.8,0.8-2.2,0.8-3,0c-0.8-0.8-0.8-2.2,0-3l3.9-3.9L23.1,0l-3.9,3.9C17.8,5.6,17.8,8.1,19.3,9.6z"/>
176
176
  <polygon
177
177
  :stroke-width="PathWidth"
178
- :fill="status[24].color"
178
+ :fill="isLock === 1 ? status[24].lockColor:status[24].color"
179
179
  :class="status[24].isshow ? '' : 'invisible'"
180
180
  id="东北直行"
181
181
  class="st0"
182
182
  points="10.2,9 9.2,15.2 15.4,14.3 13.4,12.3 24.4,1.4 23.1,0 12,11"/>
183
183
  <path id="东北左转"
184
184
  :stroke-width="PathWidth"
185
- :fill="status[25].color"
185
+ :fill="isLock === 1 ? status[25].lockColor:status[25].color"
186
186
  :class="status[25].isshow ? '' : 'invisible'"
187
187
  class="st0" d="M23.1,0c0,0-3.9,3.9-3.9,3.9c-1.6,1.6-2.3,4-1.8,6.2c0.1,0.3,0.1,0.5,0.2,0.7
188
188
  c0.5,1.2,1.3,2.2,2,3.3c0,0-0.1,0.1-0.1,0.1l-2.1,1.8l6.2,1.5l-0.4-6.3c0,0-2,1.7-2,1.7c0,0-0.8-1.1-0.8-1.2
189
189
  c-1-1.4-1.3-2.9-0.8-4.6c0.4-1.3,1.3-2.1,2.2-3c0.7-0.7,1.4-1.4,2.1-2.1c0.2-0.2,0.4-0.4,0.7-0.7L23.1,0z"/>
190
190
  <path id="东北右转"
191
191
  :stroke-width="PathWidth"
192
- :fill="status[26].color"
192
+ :fill="isLock === 1 ? status[26].lockColor:status[26].color"
193
193
  :class="status[26].isshow ? '' : 'invisible'"
194
194
  class="st0" d="M8.6,2.3L10,8.4l1.8-2.1L12,6.2L12,6.1c0.5,0.3,1,0.6,1.5,0.8c0.2,0.1,0.5,0.2,0.7,0.2
195
195
  c2.2,0.5,4.6-0.2,6.2-1.8c0,0,3.9-3.9,3.9-3.9L23.1,0c-0.2,0.2-0.4,0.4-0.7,0.7c-0.7,0.7-1.4,1.4-2.1,2.1c-0.9,0.9-1.7,1.8-3,2.2
@@ -198,27 +198,27 @@
198
198
  <g id="西北">
199
199
  <path id="西北掉头"
200
200
  :stroke-width="PathWidth"
201
- :fill="status[31].color"
201
+ :fill="isLock === 1 ? status[31].lockColor:status[31].color"
202
202
  :class="status[31].isshow ? '' : 'invisible'"
203
203
  class="st0" d="M9.6,14.7c1.6-1.6,1.5-4.1,0-5.6L9.4,8.8l1.9-1.9L5,6l1,6.3l2-2l0.3,0.3
204
204
  c0.8,0.8,0.8,2.2,0,3c-0.8,0.8-2.2,0.8-3,0L1.4,9.6L0,10.9l3.9,3.9C5.6,16.2,8.1,16.2,9.6,14.7z"/>
205
205
  <polygon
206
206
  :stroke-width="PathWidth"
207
- :fill="status[28].color"
207
+ :fill="isLock === 1 ? status[28].lockColor:status[28].color"
208
208
  :class="status[28].isshow ? '' : 'invisible'"
209
209
  id="西北直行"
210
210
  class="st0"
211
211
  points="8.9,23.8 15.1,24.8 14.3,18.5 12.3,20.5 1.4,9.5 0,10.9 10.9,21.9"/>
212
212
  <path id="西北左转"
213
213
  :stroke-width="PathWidth"
214
- :fill="status[21].color"
214
+ :fill="isLock === 1 ? status[21].lockColor:status[21].color"
215
215
  :class="status[21].isshow ? '' : 'invisible'"
216
216
  class="st0" d="M0,10.9c0,0,3.9,3.9,3.9,3.9c1.6,1.6,4,2.3,6.2,1.8c0.3-0.1,0.5-0.1,0.7-0.2
217
217
  c1.2-0.5,2.2-1.3,3.3-2c0,0,0.1,0.1,0.1,0.1l1.8,2.1l1.5-6.2l-6.3,0.4c0,0,1.7,2,1.7,2c0,0-1.1,0.8-1.2,0.8
218
218
  c-1.4,1-2.9,1.3-4.6,0.8c-1.3-0.4-2.1-1.3-3-2.2c-0.7-0.7-1.4-1.4-2.1-2.1C1.8,10,1.6,9.8,1.4,9.6L0,10.9z"/>
219
219
  <path id="西北右转"
220
220
  :stroke-width="PathWidth"
221
- :fill="status[30].color"
221
+ :fill="isLock === 1 ? status[30].lockColor:status[30].color"
222
222
  :class="status[30].isshow ? '' : 'invisible'"
223
223
  class="st0" d="M2.3,25.4L8.4,24l-2.1-1.8L6.2,22L6.1,22c0.3-0.5,0.6-1,0.8-1.5c0.1-0.2,0.2-0.5,0.2-0.7
224
224
  c0.5-2.2-0.2-4.6-1.8-6.2c0,0-3.9-3.9-3.9-3.9L0,10.9c0.2,0.2,0.4,0.4,0.7,0.7c0.7,0.7,1.4,1.4,2.1,2.1c0.9,0.9,1.8,1.7,2.2,3
@@ -227,7 +227,7 @@
227
227
  <g id="东南">
228
228
  <path id="东南掉头"
229
229
  :stroke-width="PathWidth"
230
- :fill="status[19].color"
230
+ :fill="isLock === 1 ? status[19].lockColor:status[19].color"
231
231
  :class="status[19].isshow ? '' : 'invisible'"
232
232
  class="st0" d="M24.4,19.3c-1.6,1.6-1.5,4.1,0,5.6l0.3,0.3l-1.9,1.9l6.3,1l-1-6.3l-2,2l-0.3-0.3
233
233
  c-0.8-0.8-0.8-2.2,0-3c0.8-0.8,2.2-0.8,3,0l3.9,3.9l1.4-1.4l-3.9-3.9C28.4,17.8,25.9,17.8,24.4,19.3z"/>
@@ -240,14 +240,14 @@
240
240
  points="24.9,10.2 18.8,9.2 19.7,15.5 21.7,13.5 32.6,24.4 33.9,23.1 22.9,12.1"/>
241
241
  <path id="东南左转"
242
242
  :stroke-width="PathWidth"
243
- :fill="status[17].color"
243
+ :fill="isLock === 1 ? status[17].lockColor:status[17].color"
244
244
  :class="status[17].isshow ? '' : 'invisible'"
245
245
  class="st0" d="M34,23.1c0,0-3.9-3.9-3.9-3.9c-1.6-1.6-4-2.3-6.2-1.8c-0.3,0.1-0.5,0.1-0.7,0.2
246
246
  c-1.2,0.5-2.2,1.3-3.3,2c0,0-0.1-0.1-0.1-0.1l-1.8-2.1l-1.5,6.2l6.3-0.4c0,0-1.7-2-1.7-2c0,0,1.1-0.8,1.2-0.8
247
247
  c1.4-1,2.9-1.3,4.6-0.8c1.3,0.4,2.1,1.3,3,2.2c0.7,0.7,1.4,1.4,2.1,2.1c0.2,0.2,0.4,0.4,0.7,0.7L34,23.1z"/>
248
248
  <path id="东南右转"
249
249
  :stroke-width="PathWidth"
250
- :fill="status[18].color"
250
+ :fill="isLock === 1 ? status[18].lockColor:status[18].color"
251
251
  :class="status[18].isshow ? '' : 'invisible'"
252
252
  class="st0" d="M31.7,8.6L25.6,10l2.1,1.8l0.1,0.1l0.1,0.1c-0.3,0.5-0.6,1-0.8,1.5
253
253
  c-0.1,0.2-0.2,0.5-0.2,0.7c-0.5,2.2,0.2,4.6,1.8,6.2c0,0,3.9,3.9,3.9,3.9l1.4-1.4c-0.2-0.2-0.4-0.4-0.7-0.7
@@ -530,6 +530,10 @@ export default {
530
530
  type: String,
531
531
  default: '#0096ba'
532
532
  },
533
+ isLock: {
534
+ type: Number,
535
+ default: 0
536
+ },
533
537
  Datas: {// 人行横道样式
534
538
  type: Object
535
539
  },
@@ -720,193 +724,225 @@ export default {
720
724
  id: 1,
721
725
  name: 'East-Straight',
722
726
  isshow: false,
723
- color: '#0096ba'
727
+ color: '#0096ba',
728
+ lockColor: '#7ccc66'
724
729
  },
725
730
  {
726
731
  id: 2,
727
732
  name: 'East-Left',
728
733
  isshow: false,
729
- color: '#0096ba'
734
+ color: '#0096ba',
735
+ lockColor: '#7ccc66'
730
736
  },
731
737
  {
732
738
  id: 3,
733
739
  name: 'East-Right',
734
740
  isshow: false,
735
- color: '#0096ba'
741
+ color: '#0096ba',
742
+ lockColor: '#7ccc66'
736
743
  },
737
744
  {
738
745
  id: 4,
739
746
  name: 'East-Back ',
740
747
  isshow: false,
741
- color: '#0096ba'
748
+ color: '#0096ba',
749
+ lockColor: '#7ccc66'
742
750
  },
743
751
  {
744
752
  id: 5,
745
753
  name: 'West-Straight',
746
754
  isshow: false,
747
- color: '#0096ba'
755
+ color: '#0096ba',
756
+ lockColor: '#7ccc66'
748
757
  },
749
758
  {
750
759
  id: 6,
751
760
  name: 'West-Left',
752
761
  isshow: false,
753
- color: '#0096ba'
762
+ color: '#0096ba',
763
+ lockColor: '#7ccc66'
754
764
  },
755
765
  {
756
766
  id: 7,
757
767
  name: 'West-Right',
758
768
  isshow: false,
759
- color: '#0096ba'
769
+ color: '#0096ba',
770
+ lockColor: '#7ccc66'
760
771
  },
761
772
  {
762
773
  id: 8,
763
774
  name: 'West-Back',
764
775
  isshow: false,
765
- color: '#0096ba'
776
+ color: '#0096ba',
777
+ lockColor: '#7ccc66'
766
778
  },
767
779
  {
768
780
  id: 9,
769
781
  name: 'North-Straight',
770
782
  isshow: false,
771
- color: '#0096ba'
783
+ color: '#0096ba',
784
+ lockColor: '#7ccc66'
772
785
  },
773
786
  {
774
787
  id: 10,
775
788
  name: 'North-Left',
776
789
  isshow: false,
777
- color: '#0096ba'
790
+ color: '#0096ba',
791
+ lockColor: '#7ccc66'
778
792
  },
779
793
  {
780
794
  id: 11,
781
795
  name: 'North-Right',
782
796
  isshow: false,
783
- color: '#0096ba'
797
+ color: '#0096ba',
798
+ lockColor: '#7ccc66'
784
799
  },
785
800
  {
786
801
  id: 12,
787
802
  name: 'North-Back',
788
803
  isshow: false,
789
- color: '#0096ba'
804
+ color: '#0096ba',
805
+ lockColor: '#7ccc66'
790
806
  },
791
807
  {
792
808
  id: 13,
793
809
  name: 'South-Straight',
794
810
  isshow: false,
795
- color: '#0096ba'
811
+ color: '#0096ba',
812
+ lockColor: '#7ccc66'
796
813
  },
797
814
  {
798
815
  id: 14,
799
816
  name: 'South-Left',
800
817
  isshow: false,
801
- color: '#0096ba'
818
+ color: '#0096ba',
819
+ lockColor: '#7ccc66'
802
820
  },
803
821
  {
804
822
  id: 15,
805
823
  name: 'South-Right',
806
824
  isshow: false,
807
- color: '#0096ba'
825
+ color: '#0096ba',
826
+ lockColor: '#7ccc66'
808
827
  },
809
828
  {
810
829
  id: 16,
811
830
  name: 'South-Back',
812
831
  isshow: false,
813
- color: '#0096ba'
832
+ color: '#0096ba',
833
+ lockColor: '#7ccc66'
814
834
  },
815
835
  {
816
836
  id: 17,
817
837
  name: 'Straight-Southeast',
818
838
  isshow: false,
819
- color: '#0096ba'
839
+ color: '#0096ba',
840
+ lockColor: '#7ccc66'
820
841
  },
821
842
  {
822
843
  id: 18,
823
844
  name: 'Southeast-Left',
824
845
  isshow: false,
825
- color: '#0096ba'
846
+ color: '#0096ba',
847
+ lockColor: '#7ccc66'
826
848
  },
827
849
  {
828
850
  id: 19,
829
851
  name: 'Southeast-Right',
830
852
  isshow: false,
831
- color: '#0096ba'
853
+ color: '#0096ba',
854
+ lockColor: '#7ccc66'
832
855
  },
833
856
  {
834
857
  id: 20,
835
858
  name: 'Turn-Southeast',
836
859
  isshow: false,
837
- color: '#0096ba'
860
+ color: '#0096ba',
861
+ lockColor: '#7ccc66'
838
862
  },
839
863
  {
840
864
  id: 21,
841
865
  name: 'Straight-Southwest',
842
866
  isshow: false,
843
- color: '#0096ba'
867
+ color: '#0096ba',
868
+ lockColor: '#7ccc66'
844
869
  },
845
870
  {
846
871
  id: 22,
847
872
  name: 'Southwest-Left',
848
873
  isshow: false,
849
- color: '#0096ba'
874
+ color: '#0096ba',
875
+ lockColor: '#7ccc66'
850
876
  },
851
877
  {
852
878
  id: 23,
853
879
  name: 'Southwest-Right',
854
880
  isshow: false,
855
- color: '#0096ba'
881
+ color: '#0096ba',
882
+ lockColor: '#7ccc66'
856
883
  },
857
884
  {
858
885
  id: 24,
859
886
  name: 'Turn-Southwest',
860
887
  isshow: false,
861
- color: '#0096ba'
888
+ color: '#0096ba',
889
+ lockColor: '#7ccc66'
862
890
  },
863
891
  {
864
892
  id: 25,
865
893
  name: 'Straight-Northeast',
866
894
  isshow: false,
867
- color: '#0096ba'
895
+ color: '#0096ba',
896
+ lockColor: '#7ccc66'
868
897
  },
869
898
  {
870
899
  id: 26,
871
900
  name: 'Northeast-Left',
872
901
  isshow: false,
873
- color: '#0096ba'
902
+ color: '#0096ba',
903
+ lockColor: '#7ccc66'
874
904
  },
875
905
  {
876
906
  id: 27,
877
907
  name: 'Northeast-Right-Turn',
878
908
  isshow: false,
879
- color: '#0096ba'
909
+ color: '#0096ba',
910
+ lockColor: '#7ccc66'
880
911
  },
881
912
  {
882
913
  id: 28,
883
914
  name: 'Turn-Northeast',
884
915
  isshow: false,
885
- color: '#0096ba'
916
+ color: '#0096ba',
917
+ lockColor: '#7ccc66'
886
918
  },
887
919
  {
888
920
  id: 29,
889
921
  name: 'Straight-Northwest',
890
922
  isshow: false,
891
- color: '#0096ba'
923
+ color: '#0096ba',
924
+ lockColor: '#7ccc66'
892
925
  },
893
926
  {
894
927
  id: 30,
895
928
  name: 'Northwest-Left-Turn',
896
929
  isshow: false,
897
- color: '#0096ba'
930
+ color: '#0096ba',
931
+ lockColor: '#7ccc66'
898
932
  },
899
933
  {
900
934
  id: 31,
901
935
  name: 'Northwest-Right-Turn',
902
936
  isshow: false,
903
- color: '#0096ba'
937
+ color: '#0096ba',
938
+ lockColor: '#7ccc66'
904
939
  },
905
940
  {
906
941
  id: 32,
907
942
  name: 'Turn-Northwest',
908
943
  isshow: false,
909
- color: '#0096ba'
944
+ color: '#0096ba',
945
+ lockColor: '#7ccc66'
910
946
  }
911
947
  ]
912
948
  }