openatc-components 0.3.23 → 0.3.24

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.3.23",
3
+ "version": "0.3.24",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -1107,7 +1107,8 @@ const en = {
1107
1107
  '4007': 'Control Message Response Error',
1108
1108
  '4008': 'Device not online, ignored',
1109
1109
  '4009': 'Empty cache, please upload',
1110
- '4010': 'Message types not supported',
1110
+ '4010': 'Request Data Failed',
1111
+ '4011': 'Message types not supported',
1111
1112
  // 错误子类型
1112
1113
  // error-request
1113
1114
  '4100': 'agentid is null!',
@@ -1106,7 +1106,8 @@ const zh = {
1106
1106
  '4007': '控制消息应答错误',
1107
1107
  '4008': '信号机不在线,请求已忽略',
1108
1108
  '4009': '参数缓存为空,请先上载参数',
1109
- '4010': '设备不支持的消息类型',
1109
+ '4010': '请求数据失败',
1110
+ '4011': '设备不支持的消息类型',
1110
1111
  // 错误子类型
1111
1112
  // error-request
1112
1113
  '4100': 'agentid为空',
@@ -20,7 +20,7 @@
20
20
  @click="selectModel(item)"
21
21
  v-if="isHasPermission(item.permission)">
22
22
  <div class="closephase-icon">
23
- <!-- <OthersIconSvg :type="item.type" /> -->
23
+ <OthersIconSvg :type="item.type" />
24
24
  </div>
25
25
  <div class="single-model-name-theme">{{item.iconName}}</div>
26
26
  </div>