@lambo-design/shared 1.0.0-beta.317 → 1.0.0-beta.319

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": "@lambo-design/shared",
3
- "version": "1.0.0-beta.317",
3
+ "version": "1.0.0-beta.319",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -15,6 +15,7 @@
15
15
  ]
16
16
  },
17
17
  "dependencies": {
18
+ "@lambo-design/xlsx": "^1.0.0-beta.2",
18
19
  "axios": "^0.24.0",
19
20
  "axios-cache-plugin": "^0.1.0",
20
21
  "classnames": "^2.3.1",
@@ -26,7 +27,6 @@
26
27
  "nanoid": "^3.3.7",
27
28
  "node-rsa": "^1.1.1",
28
29
  "qs": "^6.11.0",
29
- "@lambo-design/xlsx": "^1.0.0-beta.2",
30
30
  "@lambo-design/xlsx-style": "^1.0.0-beta.9"
31
31
  },
32
32
  "devDependencies": {
package/utils/excel.js CHANGED
@@ -495,7 +495,7 @@ function add_style({ws, title, startRow, footerRow}) {
495
495
 
496
496
  if (footerRow === 1) {
497
497
  // 底部扩展最后一行正则表达式 该行样式需要无边框
498
- footerExtReg = new RegExp("^[A-Z]" + rowSum + "$", "im");
498
+ footerExtReg = new RegExp("^[A-Z]+" + rowSum + "$", "im");
499
499
  }
500
500
 
501
501
  Object.keys(ws).forEach(item => {
@@ -44,7 +44,7 @@ let zhCNData = {
44
44
  'search-more': '更多',
45
45
  'search-no-data': '暂无数据',
46
46
  'todo-more': '查看更多',
47
- 'todo-no-data': '暂无代办',
47
+ 'todo-no-data': '暂无待办',
48
48
  'user-welcome': '欢迎',
49
49
  'user-change-theme': '切换主题',
50
50
  'user-custom-theme': '自定义主题',