@kmkf-fe-packages/basic-components 2.0.54-beta.42 → 2.0.54-beta.43

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
@@ -16098,10 +16098,6 @@ var getColumns$6 = function getColumns(_ref) {
16098
16098
  dataIndex: 'sysOuterId',
16099
16099
  title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
16100
16100
  width: 150
16101
- }, {
16102
- dataIndex: 'outerId',
16103
- title: "\u5546\u5BB6\u7F16\u7801",
16104
- width: 150
16105
16101
  }, {
16106
16102
  dataIndex: 'skuSysId',
16107
16103
  title: "\u7CFB\u7EDF\u89C4\u683CID",
@@ -16176,7 +16172,7 @@ var getColumns$6 = function getColumns(_ref) {
16176
16172
  });
16177
16173
  }),
16178
16174
  KM_REISSUE_GOODS: [{
16179
- dataIndex: 'sysSkuPropertiesName',
16175
+ dataIndex: 'skuPropertiesName',
16180
16176
  title: "\u89C4\u683C\u540D\u79F0",
16181
16177
  width: 250
16182
16178
  }, {
@@ -16191,10 +16187,6 @@ var getColumns$6 = function getColumns(_ref) {
16191
16187
  dataIndex: 'title',
16192
16188
  title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
16193
16189
  width: 150
16194
- }, {
16195
- dataIndex: 'outerId',
16196
- title: "\u5546\u5BB6\u7F16\u7801",
16197
- width: 150
16198
16190
  }, {
16199
16191
  dataIndex: 'sysOuterId',
16200
16192
  title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
@@ -16207,6 +16199,10 @@ var getColumns$6 = function getColumns(_ref) {
16207
16199
  dataIndex: 'skuSysId',
16208
16200
  title: "\u7CFB\u7EDF\u89C4\u683CID",
16209
16201
  width: 150
16202
+ }, {
16203
+ dataIndex: 'skuId',
16204
+ title: "\u5E73\u53F0\u89C4\u683C\u7F16\u53F7",
16205
+ width: 170
16210
16206
  }, {
16211
16207
  dataIndex: 'realNum',
16212
16208
  title: "\u5B9E\u9645\u8865\u53D1\u6570\u91CF",
@@ -16257,7 +16253,10 @@ var getColumns$6 = function getColumns(_ref) {
16257
16253
  }, {
16258
16254
  dataIndex: 'price',
16259
16255
  title: "\u5546\u54C1\u9500\u552E\u4EF7",
16260
- width: 150
16256
+ width: 150,
16257
+ render: function render(val) {
16258
+ return val || val === 0 ? Number(val).toFixed(2) : '';
16259
+ }
16261
16260
  }, {
16262
16261
  dataIndex: 'payment',
16263
16262
  title: "\u5B9E\u4ED8\u91D1\u989D",
@@ -16273,7 +16272,7 @@ var getColumns$6 = function getColumns(_ref) {
16273
16272
  onChange: function onChange(num) {
16274
16273
  return updateHandle === null || updateHandle === void 0 ? void 0 : updateHandle(num, index, 'payment');
16275
16274
  }
16276
- }) : /*#__PURE__*/React.createElement("span", null, val);
16275
+ }) : /*#__PURE__*/React.createElement("span", null, val || val === 0 ? Number(val).toFixed(2) : '');
16277
16276
  }
16278
16277
  }, {
16279
16278
  dataIndex: 'type',
package/dist/index.js CHANGED
@@ -16110,10 +16110,6 @@ var getColumns$6 = function getColumns(_ref) {
16110
16110
  dataIndex: 'sysOuterId',
16111
16111
  title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
16112
16112
  width: 150
16113
- }, {
16114
- dataIndex: 'outerId',
16115
- title: "\u5546\u5BB6\u7F16\u7801",
16116
- width: 150
16117
16113
  }, {
16118
16114
  dataIndex: 'skuSysId',
16119
16115
  title: "\u7CFB\u7EDF\u89C4\u683CID",
@@ -16188,7 +16184,7 @@ var getColumns$6 = function getColumns(_ref) {
16188
16184
  });
16189
16185
  }),
16190
16186
  KM_REISSUE_GOODS: [{
16191
- dataIndex: 'sysSkuPropertiesName',
16187
+ dataIndex: 'skuPropertiesName',
16192
16188
  title: "\u89C4\u683C\u540D\u79F0",
16193
16189
  width: 250
16194
16190
  }, {
@@ -16203,10 +16199,6 @@ var getColumns$6 = function getColumns(_ref) {
16203
16199
  dataIndex: 'title',
16204
16200
  title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
16205
16201
  width: 150
16206
- }, {
16207
- dataIndex: 'outerId',
16208
- title: "\u5546\u5BB6\u7F16\u7801",
16209
- width: 150
16210
16202
  }, {
16211
16203
  dataIndex: 'sysOuterId',
16212
16204
  title: "\u7CFB\u7EDF\u5546\u5BB6\u7F16\u7801",
@@ -16219,6 +16211,10 @@ var getColumns$6 = function getColumns(_ref) {
16219
16211
  dataIndex: 'skuSysId',
16220
16212
  title: "\u7CFB\u7EDF\u89C4\u683CID",
16221
16213
  width: 150
16214
+ }, {
16215
+ dataIndex: 'skuId',
16216
+ title: "\u5E73\u53F0\u89C4\u683C\u7F16\u53F7",
16217
+ width: 170
16222
16218
  }, {
16223
16219
  dataIndex: 'realNum',
16224
16220
  title: "\u5B9E\u9645\u8865\u53D1\u6570\u91CF",
@@ -16269,7 +16265,10 @@ var getColumns$6 = function getColumns(_ref) {
16269
16265
  }, {
16270
16266
  dataIndex: 'price',
16271
16267
  title: "\u5546\u54C1\u9500\u552E\u4EF7",
16272
- width: 150
16268
+ width: 150,
16269
+ render: function render(val) {
16270
+ return val || val === 0 ? Number(val).toFixed(2) : '';
16271
+ }
16273
16272
  }, {
16274
16273
  dataIndex: 'payment',
16275
16274
  title: "\u5B9E\u4ED8\u91D1\u989D",
@@ -16285,7 +16284,7 @@ var getColumns$6 = function getColumns(_ref) {
16285
16284
  onChange: function onChange(num) {
16286
16285
  return updateHandle === null || updateHandle === void 0 ? void 0 : updateHandle(num, index, 'payment');
16287
16286
  }
16288
- }) : /*#__PURE__*/React__default['default'].createElement("span", null, val);
16287
+ }) : /*#__PURE__*/React__default['default'].createElement("span", null, val || val === 0 ? Number(val).toFixed(2) : '');
16289
16288
  }
16290
16289
  }, {
16291
16290
  dataIndex: 'type',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.0.54-beta.42",
3
+ "version": "2.0.54-beta.43",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "342798c257d1bb3c065e83ad52c47ef0a590041a"
68
+ "gitHead": "f90e2c8d0f5eca05f430c4c832819005a31a1840"
69
69
  }