@kmkf-fe-packages/basic-components 2.2.44-beta.59 → 2.2.44-beta.60

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
@@ -21787,6 +21787,11 @@ var getColumns$6 = function getColumns(_ref) {
21787
21787
  title: "\u4F9B\u5E94\u5546\u7F16\u7801",
21788
21788
  width: 150,
21789
21789
  render: renderTextEllipsis
21790
+ }, {
21791
+ dataIndex: 'remark',
21792
+ title: "\u5907\u6CE8",
21793
+ width: 200,
21794
+ render: renderTextEllipsis
21790
21795
  }].map(function (item) {
21791
21796
  return _objectSpread2(_objectSpread2({}, item), {}, {
21792
21797
  align: 'center',
package/dist/index.js CHANGED
@@ -21802,6 +21802,11 @@ var getColumns$6 = function getColumns(_ref) {
21802
21802
  title: "\u4F9B\u5E94\u5546\u7F16\u7801",
21803
21803
  width: 150,
21804
21804
  render: renderTextEllipsis
21805
+ }, {
21806
+ dataIndex: 'remark',
21807
+ title: "\u5907\u6CE8",
21808
+ width: 200,
21809
+ render: renderTextEllipsis
21805
21810
  }].map(function (item) {
21806
21811
  return _objectSpread2(_objectSpread2({}, item), {}, {
21807
21812
  align: 'center',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.2.44-beta.59",
3
+ "version": "2.2.44-beta.60",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "a503582be24812a6497f197bf02ea36dca9b1bfb"
69
+ "gitHead": "9e0d28c58789a5a6be95c6b47ee377c31a67d067"
70
70
  }