openatc-components 0.1.195 → 0.1.196
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
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<button @click="getSaveParam" >获取相位参数信息</button><br/>
|
|
4
4
|
<div class="layout-container2">
|
|
5
5
|
<PatternConfig
|
|
6
|
-
:agentids="
|
|
7
|
-
:opt="
|
|
6
|
+
:agentids="agentids4"
|
|
7
|
+
:opt="opt4"
|
|
8
8
|
:isAllowedExpand="isAllowedExpand"
|
|
9
9
|
:isOnlyOneTab="isOnlyOneTab"
|
|
10
10
|
:isShowSingle="isShowSingle"
|
|
@@ -22,10 +22,87 @@ export default {
|
|
|
22
22
|
name: 'PatternConfigTest',
|
|
23
23
|
data () {
|
|
24
24
|
return {
|
|
25
|
-
isShowSingle:
|
|
25
|
+
isShowSingle: false,
|
|
26
26
|
isOnlyOneTab: false,
|
|
27
27
|
isAllowedExpand: false,
|
|
28
28
|
// agentids: ['gjnlgjxl'],
|
|
29
|
+
agentids4: [
|
|
30
|
+
'tjblxyl',
|
|
31
|
+
'jmlfql',
|
|
32
|
+
'tjbllyl',
|
|
33
|
+
'tjblfql',
|
|
34
|
+
'jmlytl',
|
|
35
|
+
'tjbljml',
|
|
36
|
+
'gjnljml',
|
|
37
|
+
'gjnlahql',
|
|
38
|
+
'tjblgjxl',
|
|
39
|
+
'gjnlgjxl',
|
|
40
|
+
'tjblsxl'
|
|
41
|
+
],
|
|
42
|
+
opt4: {
|
|
43
|
+
optPatternList: [
|
|
44
|
+
{
|
|
45
|
+
name: '方案111',
|
|
46
|
+
devs: [
|
|
47
|
+
{
|
|
48
|
+
agentid: 'tjblgjxl',
|
|
49
|
+
patternid: 1,
|
|
50
|
+
isused: true
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
agentid: 'gjnlahql',
|
|
54
|
+
patternid: 1,
|
|
55
|
+
isused: true
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
agentid: 'gjnljml',
|
|
59
|
+
patternid: 1,
|
|
60
|
+
isused: true
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
agentid: 'tjblxyl',
|
|
64
|
+
patternid: 1,
|
|
65
|
+
isused: false
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
agentid: 'jmlfql',
|
|
69
|
+
patternid: 1,
|
|
70
|
+
isused: false
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
agentid: 'tjbllyl',
|
|
74
|
+
patternid: 1,
|
|
75
|
+
isused: false
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
agentid: 'tjblfql',
|
|
79
|
+
patternid: 1,
|
|
80
|
+
isused: false
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
agentid: 'jmlytl',
|
|
84
|
+
patternid: 1,
|
|
85
|
+
isused: false
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
agentid: 'tjbljml',
|
|
89
|
+
patternid: 1,
|
|
90
|
+
isused: false
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
agentid: 'gjnlgjxl',
|
|
94
|
+
patternid: 1,
|
|
95
|
+
isused: false
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
agentid: 'tjblsxl',
|
|
99
|
+
patternid: 1,
|
|
100
|
+
isused: false
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
}
|
|
104
|
+
]
|
|
105
|
+
},
|
|
29
106
|
agentids3: ['gjnlahql', 'xylsnl', 'cslyll'],
|
|
30
107
|
// agentids2: ['15001', '15001', '15003', '15004', '15005'],
|
|
31
108
|
roadDirection: 'right',
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
border: 0PX solid red;
|
|
11
11
|
width: 100%;
|
|
12
12
|
height: 100%;
|
|
13
|
-
margin-top: 10PX;
|
|
14
|
-
margin-bottom: 10PX;
|
|
13
|
+
// margin-top: 10PX;
|
|
14
|
+
// margin-bottom: 10PX;
|
|
15
15
|
.panel-content {
|
|
16
16
|
border: 0PX solid green;
|
|
17
17
|
width: 100%;
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
.table-container {
|
|
51
|
+
.app-container {
|
|
52
|
+
background-color: $--color-white;
|
|
53
|
+
padding: 0;
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
}
|