@zgfe/modules-dm 1.0.56-zhongyuan.13 → 1.0.56-zhongyuan.14

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.
@@ -749,30 +749,22 @@ var TablePlus = function TablePlus(props) {
749
749
  key: 'platformStr',
750
750
  width: 260,
751
751
  render: function render(text, record) {
752
- if (text) {
753
- return /*#__PURE__*/React.createElement("div", {
754
- className: "event_attrs"
755
- }, text.split(',').map(function (item, index) {
756
- return /*#__PURE__*/React.createElement(Tag, {
757
- key: index
758
- }, maidianList.filter(function (obj) {
759
- return obj.value == item;
760
- })[0].label);
761
- }), /*#__PURE__*/React.createElement(IconFont, {
762
- type: "bianji1",
763
- onClick: function onClick() {
764
- if (!authority[1000003]) {
765
- message.error('无修改权限');
766
- return;
767
- }
768
- setIsMaidianModal(true);
769
- setCurrentMaidian(text.split(','));
770
- setCurrentRow(record);
771
- }
772
- }));
773
- } else {
774
- return text;
775
- }
752
+ return /*#__PURE__*/React.createElement("div", {
753
+ className: "event_attrs"
754
+ }, text && text.split(',').map(function (item, index) {
755
+ return /*#__PURE__*/React.createElement(Tag, {
756
+ key: index
757
+ }, maidianList.filter(function (obj) {
758
+ return obj.value == item;
759
+ })[0].label);
760
+ }), /*#__PURE__*/React.createElement(IconFont, {
761
+ type: "bianji1",
762
+ onClick: function onClick() {
763
+ setIsMaidianModal(true);
764
+ text && setCurrentMaidian(text.split(','));
765
+ setCurrentRow(record);
766
+ }
767
+ }));
776
768
  }
777
769
  }, {
778
770
  title: '末次上报时间',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.56-zhongyuan.13",
3
+ "version": "1.0.56-zhongyuan.14",
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": "d2dfa3c7a8f86fea47c792a28e9597a5801e4551",
60
+ "gitHead": "e721bdffa17795e757afb2127814661d403da45a",
61
61
  "gitHooks": {
62
62
  "pre-commit": "lint-staged"
63
63
  }