openatc-components 0.1.156 → 0.1.157

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.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openatc-components",
3
- "version": "0.1.156",
3
+ "version": "0.1.157",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -124,4 +124,4 @@
124
124
  "test": "test"
125
125
  },
126
126
  "license": "ISC"
127
- }
127
+ }
@@ -286,13 +286,13 @@ const en = {
286
286
  'putTscControlError1': 'Unsupported control pattern',
287
287
  'putTscControlError2': 'Control number not exist',
288
288
  'putTscControlError3': 'Unsupported control params',
289
- 'putTscControlError4': 'Unable to execute because device is in initialization',
290
- 'putTscControlError5': 'Cannot be executed, beacuse the pattern with higher priority is under control',
291
- 'putTscControlError6': 'Cannot be executed, beacuse the user with higher priority is under control',
289
+ 'putTscControlError4': 'device is in initialization',
290
+ 'putTscControlError5': 'The pattern with higher priority is under control',
291
+ 'putTscControlError6': 'The user with higher priority is under control',
292
292
  'putTscControlError7': 'The scheme corresponding to the scheme number does not exist',
293
293
  'putTscControlError8': 'Configuration contains green conflicts',
294
- 'putTscControlError9': 'Nonexistent intersection number ',
295
- 'putTscControlError10': 'Non-existent phase number ',
294
+ 'putTscControlError9': 'Junction number is incorrect',
295
+ 'putTscControlError10': 'Phase number does not exist',
296
296
  'putTscControlError11': 'This user has no permissions ',
297
297
  'putTscControlError12': 'Area or junction does not exist ',
298
298
  'putTscControlError13': 'Invalid operation list number ',
@@ -308,7 +308,7 @@ const en = {
308
308
  'putTscControlError23': 'Key error',
309
309
  'putTscControlError24': 'The check information does not exist',
310
310
  'putTscControlError25': 'Protocol incompatibility',
311
- 'putTscControlError26': 'The control message interval is too short',
311
+ 'putTscControlError26': 'The control interval is too short',
312
312
  'putTscControlError99': 'Control exception ',
313
313
  // 'putTscControlError20': 'In the provisional scheme, the green signal ratio should be greater than the phase minimum green + yellow light + all red, and less than the maximum green 1+ yellow light + all red',
314
314
  'nofault': 'None',
@@ -286,13 +286,13 @@ const zh = {
286
286
  'putTscControlError1': '不支持的控制方式',
287
287
  'putTscControlError2': '不存在的方案编号',
288
288
  'putTscControlError3': '不支持的控制参数',
289
- 'putTscControlError4': '设备初始化中,无法执行',
290
- 'putTscControlError5': '优先级更高的方案控制中,无法执行',
291
- 'putTscControlError6': '优先级更高的用户控制中,无法执行',
289
+ 'putTscControlError4': '设备初始化中',
290
+ 'putTscControlError5': '优先级更高的方案控制中',
291
+ 'putTscControlError6': '优先级更高的用户控制中',
292
292
  'putTscControlError7': '方案编号对应的方案不存在',
293
293
  'putTscControlError8': '配置包含绿冲突',
294
- 'putTscControlError9': '不存在的路口编号',
295
- 'putTscControlError10': '不存在的相位编号',
294
+ 'putTscControlError9': '路口编号不正确',
295
+ 'putTscControlError10': '相位编号不存在',
296
296
  'putTscControlError11': '该用户没有权限',
297
297
  'putTscControlError12': '区域或路口不存在',
298
298
  'putTscControlError13': '无效的操作列表编号',
@@ -308,7 +308,7 @@ const zh = {
308
308
  'putTscControlError23': '密钥错误',
309
309
  'putTscControlError24': '校验信息不存在',
310
310
  'putTscControlError25': '协议不兼容',
311
- 'putTscControlError26': '控制消息间隔时间过短',
311
+ 'putTscControlError26': '控制间隔过短',
312
312
  'putTscControlError99': '控制异常',
313
313
  // 'putTscControlError20': '临时方案中绿信比应大于相位的最小绿+黄灯+全红,并小于最大绿1+黄灯+全红',
314
314
  'nofault': '无',
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="overLap" v-if="checked" :style="{'margin':this.controlData ? '20px 0 0 0' :tentative ? '0' : '0 87px 0 468px'}">
2
+ <div class="overLap" v-if="checked" :style="{'margin':this.controlData ? '20px 0 0 0' :tentative ? '0' : '0 107px 0 468px'}">
3
3
  <div class="ring-first" v-for="(list, index1) in this.overlapDatas" :key="index1">
4
4
  <div v-for="(item,index2) in list.stageLists" :key="index2" >
5
5
  <!-- {{list.peddirection}} -->
@@ -272,54 +272,54 @@
272
272
  </style> -->
273
273
  <g>
274
274
  <g id="二次过街-西">
275
- <g id="西上" :class="peoplestatus[9].isshow? '' : 'invisible'">
275
+ <g id="西上" :fill="isLock === 1 ? peoplestatus[9].lockColor:peoplestatus[9].color" :class="peoplestatus[9].isshow? '' : 'invisible'">
276
276
  <rect y="0" class="st0" width="4.4" height="2.6"/>
277
277
  <rect y="5.2" class="st0" width="4.4" height="2.6"/>
278
278
  <rect y="10.5" class="st0" width="4.4" height="2.6"/>
279
279
  </g>
280
- <g id="西下" :class="peoplestatus[8].isshow? '' : 'invisible'">
280
+ <g id="西下" :fill="isLock === 1 ? peoplestatus[8].lockColor:peoplestatus[8].color" :class="peoplestatus[8].isshow? '' : 'invisible'">
281
281
  <rect y="20.9" class="st0" width="4.4" height="2.6"/>
282
282
  <rect y="26.2" class="st0" width="4.4" height="2.6"/>
283
283
  <rect y="31.4" class="st0" width="4.4" height="2.6"/>
284
284
  </g>
285
285
  </g>
286
286
  <g id="二次过街-东">
287
- <g id="东上" :class="peoplestatus[10].isshow? '' : 'invisible'">
287
+ <g id="东上" :fill="isLock === 1 ? peoplestatus[10].lockColor:peoplestatus[10].color" :class="peoplestatus[10].isshow? '' : 'invisible'">
288
288
  <rect x="29.6" y="0" class="st0" width="4.4" height="2.6"/>
289
289
  <rect x="29.6" y="5.2" class="st0" width="4.4" height="2.6"/>
290
290
  <rect x="29.6" y="10.5" class="st0" width="4.4" height="2.6"/>
291
291
  </g>
292
- <g id="东下" :class="peoplestatus[11].isshow? '' : 'invisible'">
292
+ <g id="东下" :fill="isLock === 1 ? peoplestatus[11].lockColor:peoplestatus[11].color" :class="peoplestatus[11].isshow? '' : 'invisible'">
293
293
  <rect x="29.6" y="20.9" class="st0" width="4.4" height="2.6"/>
294
294
  <rect x="29.6" y="26.2" class="st0" width="4.4" height="2.6"/>
295
295
  <rect x="29.6" y="31.4" class="st0" width="4.4" height="2.6"/>
296
296
  </g>
297
297
  </g>
298
298
  <g id="二次过街-北">
299
- <g id="北右" :class="peoplestatus[14].isshow? '' : 'invisible'">
299
+ <g id="北右" :fill="isLock === 1 ? peoplestatus[14].lockColor:peoplestatus[14].color" :class="peoplestatus[14].isshow? '' : 'invisible'">
300
300
  <rect x="31.4" class="st0" width="2.6" height="4.4"/>
301
301
  <rect x="26.2" class="st0" width="2.6" height="4.4"/>
302
302
  <rect x="20.9" class="st0" width="2.6" height="4.4"/>
303
303
  </g>
304
- <g id="北左" :class="peoplestatus[15].isshow? '' : 'invisible'">
304
+ <g id="北左" :fill="isLock === 1 ? peoplestatus[15].lockColor:peoplestatus[15].color" :class="peoplestatus[15].isshow? '' : 'invisible'">
305
305
  <rect x="10.5" class="st0" width="2.6" height="4.4"/>
306
306
  <rect x="5.2" class="st0" width="2.6" height="4.4"/>
307
307
  <rect x="0" class="st0" width="2.6" height="4.4"/>
308
308
  </g>
309
309
  </g>
310
310
  <g id="二次过街-南">
311
- <g id="南右" :class="peoplestatus[12].isshow? '' : 'invisible'">
311
+ <g id="南右" :fill="isLock === 1 ? peoplestatus[12].lockColor:peoplestatus[12].color" :class="peoplestatus[12].isshow? '' : 'invisible'">
312
312
  <rect x="31.4" y="29.6" class="st0" width="2.6" height="4.4"/>
313
313
  <rect x="26.2" y="29.6" class="st0" width="2.6" height="4.4"/>
314
314
  <rect x="20.9" y="29.6" class="st0" width="2.6" height="4.4"/>
315
315
  </g>
316
- <g id="南左" :class="peoplestatus[13].isshow? '' : 'invisible'">
316
+ <g id="南左" :fill="isLock === 1 ? peoplestatus[13].lockColor:peoplestatus[13].color" :class="peoplestatus[13].isshow? '' : 'invisible'">
317
317
  <rect x="10.5" y="29.6" class="st0" width="2.6" height="4.4"/>
318
318
  <rect x="5.2" y="29.6" class="st0" width="2.6" height="4.4"/>
319
319
  <rect x="0" y="29.6" class="st0" width="2.6" height="4.4"/>
320
320
  </g>
321
321
  </g>
322
- <g id="西行人_1_" :class="peoplestatus[7].isshow? '' : 'invisible'">
322
+ <g id="西行人_1_" :fill="isLock === 1 ? peoplestatus[7].lockColor:peoplestatus[7].color" :class="peoplestatus[7].isshow? '' : 'invisible'">
323
323
  <rect y="0" class="st0" width="4.4" height="2.6"/>
324
324
  <rect y="5.2" class="st0" width="4.4" height="2.6"/>
325
325
  <rect y="10.5" class="st0" width="4.4" height="2.6"/>
@@ -328,7 +328,7 @@
328
328
  <rect y="26.2" class="st0" width="4.4" height="2.6"/>
329
329
  <rect y="31.4" class="st0" width="4.4" height="2.6"/>
330
330
  </g>
331
- <g id="东行人_1_" :class="peoplestatus[6].isshow? '' : 'invisible'">
331
+ <g id="东行人_1_" :fill="isLock === 1 ? peoplestatus[6].lockColor:peoplestatus[6].color" :class="peoplestatus[6].isshow? '' : 'invisible'">
332
332
  <rect x="29.6" y="0" class="st0" width="4.4" height="2.6"/>
333
333
  <rect x="29.6" y="5.2" class="st0" width="4.4" height="2.6"/>
334
334
  <rect x="29.6" y="10.5" class="st0" width="4.4" height="2.6"/>
@@ -337,7 +337,7 @@
337
337
  <rect x="29.6" y="26.2" class="st0" width="4.4" height="2.6"/>
338
338
  <rect x="29.6" y="31.4" class="st0" width="4.4" height="2.6"/>
339
339
  </g>
340
- <g id="北行人_1_" :class="peoplestatus[4].isshow? '' : 'invisible'">
340
+ <g id="北行人_1_" :fill="isLock === 1 ? peoplestatus[4].lockColor:peoplestatus[4].color" :class="peoplestatus[4].isshow? '' : 'invisible'">
341
341
  <rect x="31.4" class="st0" width="2.6" height="4.4"/>
342
342
  <rect x="26.2" class="st0" width="2.6" height="4.4"/>
343
343
  <rect x="20.9" class="st0" width="2.6" height="4.4"/>
@@ -346,7 +346,7 @@
346
346
  <rect x="5.2" class="st0" width="2.6" height="4.4"/>
347
347
  <rect x="0" class="st0" width="2.6" height="4.4"/>
348
348
  </g>
349
- <g id="斜向行人1" :class="peoplestatus[2].isshow? '' : 'invisible'">
349
+ <g id="斜向行人1" :fill="isLock === 1 ? peoplestatus[2].lockColor:peoplestatus[2].color" :class="peoplestatus[2].isshow? '' : 'invisible'">
350
350
  <rect x="25.9" y="26.8" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -11.6378 28.0961)" class="st0" width="4.4" height="2.6"/>
351
351
  <rect x="22.2" y="23.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -10.1057 24.3974)" class="st0" width="4.4" height="2.6"/>
352
352
  <rect x="18.5" y="19.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -8.5737 20.6987)" class="st0" width="4.4" height="2.6"/>
@@ -355,7 +355,7 @@
355
355
  <rect x="7.4" y="8.3" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -3.9775 9.6026)" class="st0" width="4.4" height="2.6"/>
356
356
  <rect x="3.7" y="4.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -2.4455 5.9039)" class="st0" width="4.4" height="2.6"/>
357
357
  </g>
358
- <g id="斜向行人2" :class="peoplestatus[3].isshow? '' : 'invisible'">
358
+ <g id="斜向行人2" :fill="isLock === 1 ? peoplestatus[3].lockColor:peoplestatus[3].color" :class="peoplestatus[3].isshow? '' : 'invisible'">
359
359
  <rect x="4.6" y="25.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -18.1378 12.4038)" class="st0" width="2.6" height="4.4"/>
360
360
  <rect x="8.3" y="22.2" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.4391 13.9359)" class="st0" width="2.6" height="4.4"/>
361
361
  <rect x="12" y="18.5" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -10.7403 15.4679)" class="st0" width="2.6" height="4.4"/>
@@ -364,7 +364,7 @@
364
364
  <rect x="23.1" y="7.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 0.3558 20.0641)" class="st0" width="2.6" height="4.4"/>
365
365
  <rect x="26.8" y="3.7" transform="matrix(0.7071 -0.7071 0.7071 0.7071 4.0545 21.5962)" class="st0" width="2.6" height="4.4"/>
366
366
  </g>
367
- <g id="路段行人过街-南北" :class="peoplestatus[1].isshow? '' : 'invisible'">
367
+ <g id="路段行人过街-南北" :fill="isLock === 1 ? peoplestatus[1].lockColor:peoplestatus[1].color" :class="peoplestatus[1].isshow? '' : 'invisible'">
368
368
  <rect x="14.8" y="31.4" class="st0" width="4.4" height="2.6"/>
369
369
  <rect x="14.8" y="26.2" class="st0" width="4.4" height="2.6"/>
370
370
  <rect x="14.8" y="20.9" class="st0" width="4.4" height="2.6"/>
@@ -373,7 +373,7 @@
373
373
  <rect x="14.8" y="5.2" class="st0" width="4.4" height="2.6"/>
374
374
  <rect x="14.8" y="0" class="st0" width="4.4" height="2.6"/>
375
375
  </g>
376
- <g id="路段行人过街-东西" :class="peoplestatus[0].isshow? '' : 'invisible'">
376
+ <g id="路段行人过街-东西" :fill="isLock === 1 ? peoplestatus[0].lockColor:peoplestatus[0].color" :class="peoplestatus[0].isshow? '' : 'invisible'">
377
377
  <rect x="0" y="14.8" class="st0" width="2.6" height="4.4"/>
378
378
  <rect x="5.2" y="14.8" class="st0" width="2.6" height="4.4"/>
379
379
  <rect x="10.5" y="14.8" class="st0" width="2.6" height="4.4"/>
@@ -382,7 +382,7 @@
382
382
  <rect x="26.2" y="14.8" class="st0" width="2.6" height="4.4"/>
383
383
  <rect x="31.4" y="14.8" class="st0" width="2.6" height="4.4"/>
384
384
  </g>
385
- <g id="南行人_1_" :class="peoplestatus[5].isshow? '' : 'invisible'">
385
+ <g id="南行人_1_" :fill="isLock === 1 ? peoplestatus[5].lockColor:peoplestatus[5].color" :class="peoplestatus[5].isshow? '' : 'invisible'">
386
386
  <rect x="31.4" y="29.6" class="st0" width="2.6" height="4.4"/>
387
387
  <rect x="26.2" y="29.6" class="st0" width="2.6" height="4.4"/>
388
388
  <rect x="20.9" y="29.6" class="st0" width="2.6" height="4.4"/>
@@ -394,54 +394,54 @@
394
394
  </g>
395
395
  <g>
396
396
  <g id="二次过街-西北">
397
- <g id="西北上" :class="peoplestatus[26].isshow? '' : 'invisible'">
397
+ <g id="西北上" :fill="isLock === 1 ? peoplestatus[26].lockColor:peoplestatus[26].color" :class="peoplestatus[26].isshow? '' : 'invisible'">
398
398
  <rect x="16.3" y="-6.8" transform="matrix(0.7071 -0.7071 0.7071 0.7071 8.3878 11.1346)" class="st0" width="2.6" height="4.4"/>
399
399
  <rect x="12.6" y="-3.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 4.6891 9.6026)" class="st0" width="2.6" height="4.4"/>
400
400
  <rect x="8.9" y="0.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 0.9904 8.0705)" class="st0" width="2.6" height="4.4"/>
401
401
  </g>
402
- <g id="西北下" :class="peoplestatus[27].isshow? '' : 'invisible'">
402
+ <g id="西北下" :fill="isLock === 1 ? peoplestatus[27].lockColor:peoplestatus[27].color" :class="peoplestatus[27].isshow? '' : 'invisible'">
403
403
  <rect x="1.5" y="8" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -6.407 5.0064)" class="st0" width="2.6" height="4.4"/>
404
404
  <rect x="-2.2" y="11.7" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -10.1057 3.4743)" class="st0" width="2.6" height="4.4"/>
405
405
  <rect x="-5.9" y="15.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -13.8044 1.9423)" class="st0" width="2.6" height="4.4"/>
406
406
  </g>
407
407
  </g>
408
408
  <g id="二次过街-东南">
409
- <g id="东南上" :class="peoplestatus[20].isshow? '' : 'invisible'">
409
+ <g id="东南上" :fill="isLock === 1 ? peoplestatus[20].lockColor:peoplestatus[20].color" :class="peoplestatus[20].isshow? '' : 'invisible'">
410
410
  <rect x="37.3" y="14.2" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -0.2788 32.0577)" class="st0" width="2.6" height="4.4"/>
411
411
  <rect x="33.6" y="17.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -3.9775 30.5257)" class="st0" width="2.6" height="4.4"/>
412
412
  <rect x="29.9" y="21.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -7.6762 28.9936)" class="st0" width="2.6" height="4.4"/>
413
413
  </g>
414
- <g id="东南下" :class="peoplestatus[21].isshow? '' : 'invisible'">
414
+ <g id="东南下" :fill="isLock === 1 ? peoplestatus[21].lockColor:peoplestatus[21].color" :class="peoplestatus[21].isshow? '' : 'invisible'">
415
415
  <rect x="22.5" y="29" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -15.0736 25.9295)" class="st0" width="2.6" height="4.4"/>
416
416
  <rect x="18.8" y="32.7" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -18.7724 24.3974)" class="st0" width="2.6" height="4.4"/>
417
417
  <rect x="15.1" y="36.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -22.4711 22.8654)" class="st0" width="2.6" height="4.4"/>
418
418
  </g>
419
419
  </g>
420
420
  <g id="二次过街-东北">
421
- <g id="东北下" :class="peoplestatus[25].isshow? '' : 'invisible'">
421
+ <g id="东北下" :fill="isLock === 1 ? peoplestatus[25].lockColor:peoplestatus[25].color" :class="peoplestatus[25].isshow? '' : 'invisible'">
422
422
  <rect x="36.4" y="16.3" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -1.1763 32.4295)" class="st0" width="4.4" height="2.6"/>
423
423
  <rect x="32.7" y="12.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 0.3558 28.7307)" class="st0" width="4.4" height="2.6"/>
424
424
  <rect x="29" y="8.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 1.8879 25.032)" class="st0" width="4.4" height="2.6"/>
425
425
  </g>
426
- <g id="东北上" :class="peoplestatus[24].isshow? '' : 'invisible'">
426
+ <g id="东北上" :fill="isLock === 1 ? peoplestatus[24].lockColor:peoplestatus[24].color" :class="peoplestatus[24].isshow? '' : 'invisible'">
427
427
  <rect x="21.6" y="1.5" transform="matrix(0.7071 -0.7071 0.7071 0.7071 4.952 17.6346)" class="st0" width="4.4" height="2.6"/>
428
428
  <rect x="17.9" y="-2.2" transform="matrix(0.7071 -0.7071 0.7071 0.7071 6.484 13.9359)" class="st0" width="4.4" height="2.6"/>
429
429
  <rect x="14.2" y="-5.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 8.0161 10.2372)" class="st0" width="4.4" height="2.6"/>
430
430
  </g>
431
431
  </g>
432
432
  <g id="二次过街-西南">
433
- <g id="西南下" :class="peoplestatus[23].isshow? '' : 'invisible'">
433
+ <g id="西南下" :fill="isLock === 1 ? peoplestatus[23].lockColor:peoplestatus[23].color" :class="peoplestatus[23].isshow? '' : 'invisible'">
434
434
  <rect x="15.4" y="37.3" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -22.0994 23.7628)" class="st0" width="4.4" height="2.6"/>
435
435
  <rect x="11.7" y="33.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -20.5673 20.0641)" class="st0" width="4.4" height="2.6"/>
436
436
  <rect x="8" y="29.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -19.0352 16.3654)" class="st0" width="4.4" height="2.6"/>
437
437
  </g>
438
- <g id="西南上" :class="peoplestatus[22].isshow? '' : 'invisible'">
438
+ <g id="西南上" :fill="isLock === 1 ? peoplestatus[22].lockColor:peoplestatus[22].color" :class="peoplestatus[22].isshow? '' : 'invisible'">
439
439
  <rect x="0.6" y="22.5" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -15.9711 8.968)" class="st0" width="4.4" height="2.6"/>
440
440
  <rect x="-3.1" y="18.8" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.4391 5.2693)" class="st0" width="4.4" height="2.6"/>
441
441
  <rect x="-6.8" y="15.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -12.907 1.5706)" class="st0" width="4.4" height="2.6"/>
442
442
  </g>
443
443
  </g>
444
- <g id="西北行人" :class="peoplestatus[19].isshow? '' : 'invisible'">
444
+ <g id="西北行人" :fill="isLock === 1 ? peoplestatus[19].lockColor:peoplestatus[19].color" :class="peoplestatus[19].isshow? '' : 'invisible'">
445
445
  <rect x="16.3" y="-6.8" transform="matrix(0.7071 -0.7071 0.7071 0.7071 8.3878 11.1346)" class="st0" width="2.6" height="4.4"/>
446
446
  <rect x="12.6" y="-3.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 4.6891 9.6026)" class="st0" width="2.6" height="4.4"/>
447
447
  <rect x="8.9" y="0.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 0.9904 8.0705)" class="st0" width="2.6" height="4.4"/>
@@ -450,7 +450,7 @@
450
450
  <rect x="-2.2" y="11.7" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -10.1057 3.4743)" class="st0" width="2.6" height="4.4"/>
451
451
  <rect x="-5.9" y="15.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -13.8044 1.9423)" class="st0" width="2.6" height="4.4"/>
452
452
  </g>
453
- <g id="东南行人" :class="peoplestatus[16].isshow? '' : 'invisible'">
453
+ <g id="东南行人" :fill="isLock === 1 ? peoplestatus[16].lockColor:peoplestatus[16].color" :class="peoplestatus[16].isshow? '' : 'invisible'">
454
454
  <rect x="37.3" y="14.2" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -0.2788 32.0577)" class="st0" width="2.6" height="4.4"/>
455
455
  <rect x="33.6" y="17.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -3.9775 30.5257)" class="st0" width="2.6" height="4.4"/>
456
456
  <rect x="29.9" y="21.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -7.6762 28.9936)" class="st0" width="2.6" height="4.4"/>
@@ -459,7 +459,7 @@
459
459
  <rect x="18.8" y="32.7" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -18.7724 24.3974)" class="st0" width="2.6" height="4.4"/>
460
460
  <rect x="15.1" y="36.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -22.4711 22.8654)" class="st0" width="2.6" height="4.4"/>
461
461
  </g>
462
- <g id="东北行人" :class="peoplestatus[18].isshow? '' : 'invisible'">
462
+ <g id="东北行人" :fill="isLock === 1 ? peoplestatus[18].lockColor:peoplestatus[18].color" :class="peoplestatus[18].isshow? '' : 'invisible'">
463
463
  <rect x="36.4" y="16.3" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -1.1763 32.4295)" class="st0" width="4.4" height="2.6"/>
464
464
  <rect x="32.7" y="12.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 0.3558 28.7307)" class="st0" width="4.4" height="2.6"/>
465
465
  <rect x="29" y="8.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 1.8879 25.032)" class="st0" width="4.4" height="2.6"/>
@@ -468,7 +468,7 @@
468
468
  <rect x="17.9" y="-2.2" transform="matrix(0.7071 -0.7071 0.7071 0.7071 6.484 13.9359)" class="st0" width="4.4" height="2.6"/>
469
469
  <rect x="14.2" y="-5.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 8.0161 10.2372)" class="st0" width="4.4" height="2.6"/>
470
470
  </g>
471
- <g id="西南行人" :class="peoplestatus[17].isshow? '' : 'invisible'">
471
+ <g id="西南行人" :fill="isLock === 1 ? peoplestatus[17].lockColor:peoplestatus[17].color" :class="peoplestatus[17].isshow? '' : 'invisible'">
472
472
  <rect x="15.4" y="37.3" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -22.0994 23.7628)" class="st0" width="4.4" height="2.6"/>
473
473
  <rect x="11.7" y="33.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -20.5673 20.0641)" class="st0" width="4.4" height="2.6"/>
474
474
  <rect x="8" y="29.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -19.0352 16.3654)" class="st0" width="4.4" height="2.6"/>
@@ -554,169 +554,197 @@ export default {
554
554
  id: 1,
555
555
  name: '东西路段人行横道',
556
556
  isshow: false,
557
- color: '#0096ba'
557
+ color: '#0096ba',
558
+ lockColor: '#7ccc66'
558
559
  },
559
560
  {
560
561
  id: 2,
561
562
  name: '南北路段人行横道',
562
563
  isshow: false,
563
- color: '#0096ba'
564
+ color: '#0096ba',
565
+ lockColor: '#7ccc66'
564
566
  },
565
567
  {
566
568
  id: 3,
567
569
  name: 'X人行横道-\\',
568
570
  isshow: false,
569
- color: '#0096ba'
571
+ color: '#0096ba',
572
+ lockColor: '#7ccc66'
570
573
  },
571
574
  {
572
575
  id: 4,
573
576
  name: 'X人行横道-/',
574
577
  isshow: false,
575
- color: '#0096ba'
578
+ color: '#0096ba',
579
+ lockColor: '#7ccc66'
576
580
  },
577
581
  {
578
582
  id: 5,
579
583
  name: '北人行横道',
580
584
  isshow: false,
581
- color: '#0096ba'
585
+ color: '#0096ba',
586
+ lockColor: '#7ccc66'
582
587
  },
583
588
  {
584
589
  id: 6,
585
590
  name: '南人行横道',
586
591
  isshow: false,
587
- color: '#0096ba'
592
+ color: '#0096ba',
593
+ lockColor: '#7ccc66'
588
594
  },
589
595
  {
590
596
  id: 7,
591
597
  name: '东人行横道',
592
598
  isshow: false,
593
- color: '#0096ba'
599
+ color: '#0096ba',
600
+ lockColor: '#7ccc66'
594
601
  },
595
602
  {
596
603
  id: 8,
597
604
  name: '西人行横道',
598
605
  isshow: false,
599
- color: '#0096ba'
606
+ color: '#0096ba',
607
+ lockColor: '#7ccc66'
600
608
  },
601
609
  {
602
610
  id: 9,
603
611
  name: '西人行横道-下',
604
612
  isshow: false,
605
- color: '#0096ba'
613
+ color: '#0096ba',
614
+ lockColor: '#7ccc66'
606
615
  },
607
616
  {
608
617
  id: 10,
609
618
  name: '西人行横道-上',
610
619
  isshow: false,
611
- color: '#0096ba'
620
+ color: '#0096ba',
621
+ lockColor: '#7ccc66'
612
622
  },
613
623
  {
614
624
  id: 11,
615
625
  name: '东人行横道-上',
616
626
  isshow: false,
617
- color: '#0096ba'
627
+ color: '#0096ba',
628
+ lockColor: '#7ccc66'
618
629
  },
619
630
  {
620
631
  id: 12,
621
632
  name: '东人行横道-下',
622
633
  isshow: false,
623
- color: '#0096ba'
634
+ color: '#0096ba',
635
+ lockColor: '#7ccc66'
624
636
  },
625
637
  {
626
638
  id: 13,
627
639
  name: '南人行横道-右',
628
640
  isshow: false,
629
- color: '#0096ba'
641
+ color: '#0096ba',
642
+ lockColor: '#7ccc66'
630
643
  },
631
644
  {
632
645
  id: 14,
633
646
  name: '南人行横道-左',
634
647
  isshow: false,
635
- color: '#0096ba'
648
+ color: '#0096ba',
649
+ lockColor: '#7ccc66'
636
650
  },
637
651
  {
638
652
  id: 15,
639
653
  name: '北人行横道-右',
640
654
  isshow: false,
641
- color: '#0096ba'
655
+ color: '#0096ba',
656
+ lockColor: '#7ccc66'
642
657
  },
643
658
  {
644
659
  id: 16,
645
660
  name: '北人行横道-左',
646
661
  isshow: false,
647
- color: '#0096ba'
662
+ color: '#0096ba',
663
+ lockColor: '#7ccc66'
648
664
  },
649
665
  {
650
666
  id: 17,
651
667
  name: '东南人行横道',
652
668
  isshow: false,
653
- color: '#0096ba'
669
+ color: '#0096ba',
670
+ lockColor: '#7ccc66'
654
671
  },
655
672
  {
656
673
  id: 18,
657
674
  name: '西南人行横道',
658
675
  isshow: false,
659
- color: '#0096ba'
676
+ color: '#0096ba',
677
+ lockColor: '#7ccc66'
660
678
  },
661
679
  {
662
680
  id: 19,
663
681
  name: '东北人行横道',
664
682
  isshow: false,
665
- color: '#0096ba'
683
+ color: '#0096ba',
684
+ lockColor: '#7ccc66'
666
685
  },
667
686
  {
668
687
  id: 20,
669
688
  name: '西北人行横道',
670
689
  isshow: false,
671
- color: '#0096ba'
690
+ color: '#0096ba',
691
+ lockColor: '#7ccc66'
672
692
  },
673
693
  {
674
694
  id: 21,
675
695
  name: '东南人行横道-上',
676
696
  isshow: false,
677
- color: '#0096ba'
697
+ color: '#0096ba',
698
+ lockColor: '#7ccc66'
678
699
  },
679
700
  {
680
701
  id: 22,
681
702
  name: '东南人行横道-下',
682
703
  isshow: false,
683
- color: '#0096ba'
704
+ color: '#0096ba',
705
+ lockColor: '#7ccc66'
684
706
  },
685
707
  {
686
708
  id: 23,
687
709
  name: '西南人行横道-上',
688
710
  isshow: false,
689
- color: '#0096ba'
711
+ color: '#0096ba',
712
+ lockColor: '#7ccc66'
690
713
  },
691
714
  {
692
715
  id: 24,
693
716
  name: '西南人行横道-下',
694
717
  isshow: false,
695
- color: '#0096ba'
718
+ color: '#0096ba',
719
+ lockColor: '#7ccc66'
696
720
  },
697
721
  {
698
722
  id: 25,
699
723
  name: '东北人行横道-上',
700
724
  isshow: false,
701
- color: '#0096ba'
725
+ color: '#0096ba',
726
+ lockColor: '#7ccc66'
702
727
  },
703
728
  {
704
729
  id: 26,
705
730
  name: '东北人行横道-下',
706
731
  isshow: false,
707
- color: '#0096ba'
732
+ color: '#0096ba',
733
+ lockColor: '#7ccc66'
708
734
  },
709
735
  {
710
736
  id: 27,
711
737
  name: '西北人行横道-上',
712
738
  isshow: false,
713
- color: '#0096ba'
739
+ color: '#0096ba',
740
+ lockColor: '#7ccc66'
714
741
  },
715
742
  {
716
743
  id: 28,
717
744
  name: '西北人行横道-下',
718
745
  isshow: false,
719
- color: '#0096ba'
746
+ color: '#0096ba',
747
+ lockColor: '#7ccc66'
720
748
  }
721
749
  ],
722
750
  status: [