openatc-components 0.2.30 → 0.2.32

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.2.30",
3
+ "version": "0.2.32",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -76,14 +76,23 @@
76
76
  <el-table-column align="center" :label="$t('openatccomponents.pattern.plan')">
77
77
  <template slot-scope="scope">
78
78
  <div class="pattern-figure">
79
+ <pattern-list
80
+ :patternStatusList="scope.row.rings"
81
+ :cycles="scope.row.cycle"
82
+ :phaseList="scope.row.currPhase"
83
+ :contrloType="getControlType(scope.row)"
84
+ >
85
+ </pattern-list>
79
86
  <!-- <pattern-list
87
+ v-if="getControlType(scope.row) === 'ring'"
80
88
  :patternStatusList="scope.row.rings"
81
89
  :cycles="scope.row.cycle"
82
90
  :phaseList="scope.row.currPhase"
83
- :contrloType="controlType"
91
+ :contrloType="getControlType(scope.row)"
84
92
  >
85
- </pattern-list> -->
93
+ </pattern-list>
86
94
  <pattern-list
95
+ v-else
87
96
  :patternId="scope.row.patternid"
88
97
  :contrloType="getControlType(scope.row)"
89
98
  :index="scope.$index"
@@ -96,7 +105,7 @@
96
105
  :phaseList="scope.row.currPhase"
97
106
  :agentId="scope.row.agentid"
98
107
  :showBarrier="false">
99
- </pattern-list>
108
+ </pattern-list> -->
100
109
  </div>
101
110
  </template>
102
111
  </el-table-column>
@@ -142,7 +142,7 @@ export default {
142
142
  ]
143
143
  },
144
144
  agentids6: ['tjblsxl-ticp6'],
145
- agentids5: ['13013'],
145
+ agentids5: ['cllytl'],
146
146
  opt5: {},
147
147
  agentids: ['gjnlgjxl'],
148
148
  opt: {