openatc-components 0.1.80 → 0.1.81

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.1.80",
3
+ "version": "0.1.81",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -34,6 +34,8 @@ let errorCodeMap = new Map([
34
34
  [503, '星期超出限值'],
35
35
  [504, '日期值超出限值'],
36
36
  [505, '配置未知计划号'],
37
+ [505, '配置未知计划号'],
38
+ [506, '包含普通计划的日期未覆盖全年'],
37
39
  [601, '通道数超出限值'],
38
40
  [602, '通道配置未知控制源'],
39
41
  [603, '通道控制源未配置'],
@@ -121,6 +123,8 @@ let errorCodeMapEn = new Map([
121
123
  [503, 'The week exceeds the limit'],
122
124
  [504, 'The date value exceeds the limit'],
123
125
  [505, 'Configure unknown plan number'],
126
+ [506, 'Dates that include common plans do not cover the full year'],
127
+ [507, 'No month is configured for the scheduling plan'],
124
128
  [601, 'The number of channels exceeds the limit'],
125
129
  [602, 'Channel configuration unknown control source'],
126
130
  [603, 'Channel control source is not configured'],
@@ -74,6 +74,7 @@
74
74
  .lock-map {
75
75
  cursor: pointer;
76
76
  margin: 0 5PX;
77
+ font-size: 18PX;
77
78
  }
78
79
  .el-icon-lock {
79
80
  color: $--color-text-secondary;