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

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.
@@ -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: '触发时机',