@zgfe/modules-dm 1.0.56-zhongyuan.31 → 1.0.56-zhongyuan.32

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.
@@ -322,6 +322,15 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
322
322
  }));
323
323
  }
324
324
  }
325
+ }, {
326
+ title: '最后上报时间',
327
+ dataIndex: 'lastInsertTime',
328
+ width: 180,
329
+ render: function render(text, record, index) {
330
+ return /*#__PURE__*/React.createElement("div", {
331
+ className: "attr-name"
332
+ }, text);
333
+ }
325
334
  }, {
326
335
  title: '数据上报',
327
336
  dataIndex: 'lastInsertTime',
@@ -329,7 +338,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
329
338
  render: function render(text, record, index) {
330
339
  return /*#__PURE__*/React.createElement("div", {
331
340
  className: "attr-name"
332
- }, text ? '有' : '无');
341
+ }, text || '无');
333
342
  }
334
343
  }].concat(_toConsumableArray(source == 'event' ? [{
335
344
  title: '属性值别名',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.56-zhongyuan.31",
3
+ "version": "1.0.56-zhongyuan.32",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "umi-request": "^1.4.0",
58
58
  "yorkie": "^2.0.0"
59
59
  },
60
- "gitHead": "c2a04c2df4c27660c1b32ab82d29d547f340334e",
60
+ "gitHead": "a4eb5ea4cf86f340e677e9b619e9889224255d42",
61
61
  "gitHooks": {
62
62
  "pre-commit": "lint-staged"
63
63
  }