openatc-components 0.3.111 → 0.3.112
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/BoardCard/BoardCard.vue +4 -11
- package/package/kisscomps/components/Channelization/Channelization.vue +1 -1
- package/package/kisscomps/components/ChannelizationFlowStatistic/ChannelizationFlowStatistic.vue +1 -1
- package/package/kisscomps/components/DrawChannelization/drawsvg/iconSvg/motorwayIconSvg.vue +145 -46
- package/package/kisscomps/components/DrawChannelization/drawsvg/index.draw.vue +4 -4
- package/package/kisscomps/components/DrawChannelization/drawsvg/index.vue +1 -1
- package/package/kisscomps/components/IntersectionMap/intersectionmap.vue +1 -1
- package/package/kisscomps/components/OptimizeKanban/index.js +2 -0
- package/package/kisscomps/components/OptimizeKanban/index.vue +369 -0
- package/package/kisscomps/components/OverviewComponent/index.vue +18 -12
- package/package/kisscomps/components/PatternOptimize/PatternOptimize.vue +2 -11
- package/package/kisscomps/components/PatternStatus/PatternStatus.vue +89 -84
- package/package/kisscomps/components/SchemeConfig/SchemeConfig.vue +5 -34
- package/package/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +11 -9
- package/package/kisscomps/components/SchemeConfig/manualControlModalNew/controlModelGroup.vue +4 -6
- package/package/kisscomps/components/SchemeConfig/manualControlModalNew/icon.vue +0 -32
- package/package/kisscomps/components/SchemeConfig/manualControlModalNew/index.vue +12 -19
- package/package/kisscomps/components/overView/index.vue +25 -2
- package/package/kisscomps/components/patternList/patternList.vue +4 -11
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/i18n/language/en.js +3 -6
- package/src/i18n/language/zh.js +3 -6
- package/src/kisscomps/components/BoardCard/BoardCard.vue +4 -11
- package/src/kisscomps/components/Channelization/Channelization.vue +1 -1
- package/src/kisscomps/components/ChannelizationFlowStatistic/ChannelizationFlowStatistic.vue +1 -1
- package/src/kisscomps/components/DrawChannelization/drawsvg/iconSvg/motorwayIconSvg.vue +145 -46
- package/src/kisscomps/components/DrawChannelization/drawsvg/index.draw.vue +4 -4
- package/src/kisscomps/components/DrawChannelization/drawsvg/index.vue +1 -1
- package/src/kisscomps/components/IntersectionMap/intersectionmap.vue +1 -1
- package/src/kisscomps/components/OverviewComponent/index.vue +18 -12
- package/src/kisscomps/components/PatternOptimize/PatternOptimize.vue +2 -11
- package/src/kisscomps/components/PatternStatus/PatternStatus.vue +89 -84
- package/src/kisscomps/components/SchemeConfig/SchemeConfig.vue +5 -34
- package/src/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +11 -9
- package/src/kisscomps/components/SchemeConfig/manualControlModalNew/controlModelGroup.vue +4 -6
- package/src/kisscomps/components/SchemeConfig/manualControlModalNew/icon.vue +0 -32
- package/src/kisscomps/components/SchemeConfig/manualControlModalNew/index.vue +12 -19
- package/src/kisscomps/components/overView/index.vue +25 -2
- package/src/kisscomps/components/patternList/patternList.vue +4 -11
- package/src/node_modules/.package_versions.json +1 -0
- package/src/utils/ControlFormat.js +2 -2
- package/src/views/intersection.vue +6 -7
- package/src/views/intersection2.vue +4 -4
- package/src/views/overView.vue +5 -27
- package/static/apiconfig.json +0 -10
- package/static/styles/common.scss +3 -3
- package/static/styles/dark/theme/element-dark.scss +1 -1
- package/static/styles/intersection.scss +15 -5
- package/static/styles/light/theme/element-light.scss +1 -1
- package/static/styles/schemeconfig.scss +3 -6
- package/package/kisscomps/components/SchemeConfig/utils/thirdPartypermission.js +0 -95
- package/src/api/permission.js +0 -33
- package/src/kisscomps/components/SchemeConfig/utils/thirdPartypermission.js +0 -95
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
:showBarrier="showBarrier"
|
|
12
12
|
:controlPhase="controlPhase"
|
|
13
13
|
:isShowTip="isShowTip"
|
|
14
|
-
:isMove="isMove"
|
|
15
14
|
:localPatternList="localPatternList"
|
|
16
15
|
:showCondition="showCondition"
|
|
16
|
+
:patternType="patternType"
|
|
17
17
|
:contrloType="contrloType"
|
|
18
18
|
:allPatternList="allPatternList"
|
|
19
19
|
:stagesChange="stagesChange"
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
:cycle="cycle"
|
|
26
26
|
:syncTime="syncTime"
|
|
27
27
|
:style="{'margin-top': '25px'}"
|
|
28
|
-
@handleSplitMove="handleSplitMove"
|
|
29
28
|
:patternStatusList="patternStatusList"
|
|
30
29
|
:patternId="patternId"
|
|
31
30
|
:cycles="cycles">
|
|
@@ -74,10 +73,6 @@ export default {
|
|
|
74
73
|
stagesChange: {
|
|
75
74
|
type: Array
|
|
76
75
|
},
|
|
77
|
-
isMove: {
|
|
78
|
-
type: Boolean,
|
|
79
|
-
default: true
|
|
80
|
-
},
|
|
81
76
|
isShowTip: {
|
|
82
77
|
type: Boolean,
|
|
83
78
|
default: true
|
|
@@ -98,6 +93,9 @@ export default {
|
|
|
98
93
|
patternId: {
|
|
99
94
|
type: Number
|
|
100
95
|
},
|
|
96
|
+
patternType: {
|
|
97
|
+
type: String
|
|
98
|
+
},
|
|
101
99
|
agentId: {
|
|
102
100
|
type: String
|
|
103
101
|
},
|
|
@@ -114,11 +112,6 @@ export default {
|
|
|
114
112
|
syncTime: {
|
|
115
113
|
type: Number
|
|
116
114
|
}
|
|
117
|
-
},
|
|
118
|
-
methods: {
|
|
119
|
-
handleSplitMove (data) {
|
|
120
|
-
this.$emit('handleSplitMove', data)
|
|
121
|
-
}
|
|
122
115
|
}
|
|
123
116
|
}
|
|
124
117
|
</script>
|
|
@@ -363,7 +363,7 @@ export default {
|
|
|
363
363
|
// }
|
|
364
364
|
return
|
|
365
365
|
}
|
|
366
|
-
if (
|
|
366
|
+
if (JSON.stringify(data.data.data) === '{}') return
|
|
367
367
|
// if (this.isfromatc === true) {
|
|
368
368
|
// this.$store.dispatch('SetShowHomePage', 'Channelization')
|
|
369
369
|
// }
|
package/package/kisscomps/components/ChannelizationFlowStatistic/ChannelizationFlowStatistic.vue
CHANGED
|
@@ -257,7 +257,7 @@ export default {
|
|
|
257
257
|
// }
|
|
258
258
|
return
|
|
259
259
|
}
|
|
260
|
-
if (
|
|
260
|
+
if (JSON.stringify(data.data.data) === '{}') return
|
|
261
261
|
// if (this.isfromatc === true) {
|
|
262
262
|
// this.$store.dispatch('SetShowHomePage', 'Channelization')
|
|
263
263
|
// }
|