@zgfe/modules-dm 1.0.56-zhongyuan.30 → 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: '属性值别名',
@@ -690,7 +690,7 @@ var TablePlus = function TablePlus(props) {
690
690
  placement: "top"
691
691
  }, /*#__PURE__*/React.createElement("div", {
692
692
  className: "alias_name_text"
693
- }, record.alias_name)), record.groupId && (/*#__PURE__*/React.createElement(IconFont, {
693
+ }, record.alias_name)), /*#__PURE__*/React.createElement(IconFont, {
694
694
  className: "edit-alias-name",
695
695
  onClick: function onClick() {
696
696
  setAliasNameInput(record.alias_name);
@@ -698,7 +698,7 @@ var TablePlus = function TablePlus(props) {
698
698
  setaliasNameShow(true);
699
699
  },
700
700
  type: "zhongmingming"
701
- })));
701
+ }));
702
702
  }
703
703
  }, {
704
704
  title: '触发时机',