@kmkf-fe-packages/services-components 2.2.31-beta.41 → 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.
@@ -392,7 +392,7 @@ var getColumns = function getColumns(_ref) {
392
392
  ellipsis: true,
393
393
  width: 150
394
394
  }, {
395
- dataIndex: "orderNum",
395
+ dataIndex: "num",
396
396
  title: "实际发出数量",
397
397
  align: "center",
398
398
  ellipsis: true,
@@ -245,7 +245,7 @@ var GoodHeaderMap = {
245
245
  orderNum: {
246
246
  component: BsHeaderChild,
247
247
  name: "实际发出数量",
248
- key: "orderNum",
248
+ key: "num",
249
249
  width: 150
250
250
  },
251
251
  price: {
@@ -283,7 +283,7 @@ var GoodHeaderMap = {
283
283
  refundNum: "退款数量",
284
284
  totalAmount: "退货总额",
285
285
  refundAmount: "已退款金额",
286
- orderNum: "实际发出数量",
286
+ num: "实际发出数量",
287
287
  price: "价格",
288
288
  originalPrice: "原价",
289
289
  giftType: "赠品类型"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "2.2.31-beta.41",
3
+ "version": "2.2.31-beta.42",
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": "2.2.31-beta.41",
24
+ "@kmkf-fe-packages/basic-components": "2.2.31-beta.42",
25
25
  "@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.41",
26
26
  "b64-to-blob": "^1.2.19",
27
27
  "html2canvas": "^1.4.1",
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "a1af7333ced5e2d2c85659f828a553370f370795",
44
+ "gitHead": "82a548d488dedc091fd69523e90348a4cf82b443",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }