openatc-components 0.1.19 → 0.1.21
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/SchemeConfig/manualControlModal/index.vue +1 -1
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/i18n/language/en.js +1 -0
- package/src/i18n/language/zh.js +1 -0
- package/src/kisscomps/components/SchemeConfig/manualControlModal/index.vue +1 -1
package/package.json
CHANGED
package/src/i18n/language/en.js
CHANGED
|
@@ -256,6 +256,7 @@ const en = {
|
|
|
256
256
|
'putTscControlError6': 'Cannot be executed, beacuse the user with higher priority is under control',
|
|
257
257
|
'putTscControlError7': 'The scheme corresponding to the scheme number does not exist',
|
|
258
258
|
'putTscControlError8': 'Configuration contains green conflicts',
|
|
259
|
+
'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',
|
|
259
260
|
'nofault': 'None',
|
|
260
261
|
'extendedContent': 'Extended Content',
|
|
261
262
|
'JSONFormatError': 'JSON format error!',
|
package/src/i18n/language/zh.js
CHANGED
|
@@ -256,6 +256,7 @@ const zh = {
|
|
|
256
256
|
'putTscControlError6': '优先级更高的用户控制中,无法执行',
|
|
257
257
|
'putTscControlError7': '方案编号对应的方案不存在',
|
|
258
258
|
'putTscControlError8': '配置包含绿冲突',
|
|
259
|
+
'putTscControlError20': '临时方案中绿信比应大于相位的最小绿+黄灯+全红,并小于最大绿1+黄灯+全红',
|
|
259
260
|
'nofault': '无',
|
|
260
261
|
'extendedContent': '扩展内容',
|
|
261
262
|
'JSONFormatError': 'JSON格式错误!',
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
</div>
|
|
60
60
|
</div>
|
|
61
61
|
<div class="stage-label">{{$t('openatccomponents.overview.stage')}}:</div>
|
|
62
|
-
<div style="width: 100%; height: auto;overflow: hidden;">
|
|
62
|
+
<div style="width: 100%; height: auto;overflow: hidden;" v-if="isHasPermission('configer:manual:dwell')">
|
|
63
63
|
<Stages :crossStatusData="manuals?manualsStage:realtimeStage"
|
|
64
64
|
:phaseList="phaseList"
|
|
65
65
|
:isShowCurrentStage="false"
|