@kmkf-fe-packages/services-components 1.10.1-beta.2 → 1.10.1-beta.4

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.
@@ -477,13 +477,13 @@ export var BsGoodsTable = function BsGoodsTable(_ref11) {
477
477
  case 'WDT_GOODS':
478
478
  columns = [{
479
479
  dataIndex: 'goodId',
480
- title: "SPUID",
480
+ title: "\u5546\u54C1ID",
481
481
  align: 'center',
482
482
  ellipsis: true,
483
483
  width: 70
484
484
  }, {
485
485
  dataIndex: 'goodNo',
486
- title: "\u5546\u54C1SPU\u7F16\u7801",
486
+ title: "\u5546\u54C1\u7F16\u7801",
487
487
  align: 'center',
488
488
  ellipsis: true,
489
489
  width: 180
@@ -573,13 +573,13 @@ export var BsGoodsTable = function BsGoodsTable(_ref11) {
573
573
  {
574
574
  columns = [{
575
575
  dataIndex: 'goodId',
576
- title: "SPUID",
576
+ title: "\u5546\u54C1ID",
577
577
  align: 'center',
578
578
  ellipsis: true,
579
579
  width: 70
580
580
  }, {
581
581
  dataIndex: 'goodNo',
582
- title: "\u5546\u54C1SPU\u7F16\u7801",
582
+ title: "\u5546\u54C1\u7F16\u7801",
583
583
  align: 'center',
584
584
  ellipsis: true,
585
585
  width: 180
@@ -663,13 +663,13 @@ export var BsGoodsTable = function BsGoodsTable(_ref11) {
663
663
  {
664
664
  columns = [{
665
665
  dataIndex: 'goodId',
666
- title: "SPUID",
666
+ title: "\u5546\u54C1ID",
667
667
  align: 'center',
668
668
  ellipsis: true,
669
669
  width: 70
670
670
  }, {
671
671
  dataIndex: 'goodNo',
672
- title: "\u5546\u54C1SPU\u7F16\u7801",
672
+ title: "\u5546\u54C1\u7F16\u7801",
673
673
  align: 'center',
674
674
  ellipsis: true,
675
675
  width: 180
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "1.10.1-beta.2",
3
+ "version": "1.10.1-beta.4",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -21,7 +21,7 @@
21
21
  ]
22
22
  },
23
23
  "dependencies": {
24
- "@kmkf-fe-packages/basic-components": "1.10.1-beta.2",
24
+ "@kmkf-fe-packages/basic-components": "1.10.1-beta.4",
25
25
  "@kmkf-fe-packages/kmkf-utils": "1.10.1-beta.0",
26
26
  "react-pdf-js": "^5.1.0"
27
27
  },
@@ -40,7 +40,7 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "d1f8b145213bc3fb624883b78fdfc9a902bfb308",
43
+ "gitHead": "88ee1f883149b6cb4b50bb5bb3b5dced78826384",
44
44
  "gitHooks": {
45
45
  "pre-commit": "lint-staged"
46
46
  }