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

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',
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.33",
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": "0945f02411a1a52b113854714bca45ae1a24be78",
61
61
  "gitHooks": {
62
62
  "pre-commit": "lint-staged"
63
63
  }