@kmkf-fe-packages/basic-components 2.2.31-beta.40 → 2.2.31-beta.42

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/dist/index.esm.js CHANGED
@@ -19437,7 +19437,7 @@ var getColumns$2 = function getColumns(_ref) {
19437
19437
  WDT_AFTERSALE_GOODS: [{
19438
19438
  dataIndex: 'oid',
19439
19439
  title: "\u539F\u59CB\u5B50\u5355\u53F7",
19440
- width: 200,
19440
+ width: 300,
19441
19441
  align: 'center',
19442
19442
  ellipsis: true,
19443
19443
  render: renderTextEllipsis
@@ -19560,7 +19560,7 @@ var getColumns$2 = function getColumns(_ref) {
19560
19560
  ellipsis: true,
19561
19561
  render: renderTextEllipsis
19562
19562
  }, {
19563
- dataIndex: 'orderNum',
19563
+ dataIndex: 'num',
19564
19564
  title: "\u5B9E\u9645\u53D1\u51FA\u6570\u91CF",
19565
19565
  width: 150,
19566
19566
  align: 'center',
package/dist/index.js CHANGED
@@ -19452,7 +19452,7 @@ var getColumns$2 = function getColumns(_ref) {
19452
19452
  WDT_AFTERSALE_GOODS: [{
19453
19453
  dataIndex: 'oid',
19454
19454
  title: "\u539F\u59CB\u5B50\u5355\u53F7",
19455
- width: 200,
19455
+ width: 300,
19456
19456
  align: 'center',
19457
19457
  ellipsis: true,
19458
19458
  render: renderTextEllipsis
@@ -19575,7 +19575,7 @@ var getColumns$2 = function getColumns(_ref) {
19575
19575
  ellipsis: true,
19576
19576
  render: renderTextEllipsis
19577
19577
  }, {
19578
- dataIndex: 'orderNum',
19578
+ dataIndex: 'num',
19579
19579
  title: "\u5B9E\u9645\u53D1\u51FA\u6570\u91CF",
19580
19580
  width: 150,
19581
19581
  align: 'center',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.2.31-beta.40",
3
+ "version": "2.2.31-beta.42",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -20,7 +20,7 @@
20
20
  "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
21
21
  },
22
22
  "dependencies": {
23
- "@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.40",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.41",
24
24
  "ahooks": "^3.7.4",
25
25
  "ali-react-table": "2.6.1",
26
26
  "bignumber.js": "^9.1.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "6e4d39c5c7a9ca0bad8f7d8a28b315ae06c38fd9"
69
+ "gitHead": "82a548d488dedc091fd69523e90348a4cf82b443"
70
70
  }