@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
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
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.
|
|
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": "
|
|
60
|
+
"gitHead": "e721bdffa17795e757afb2127814661d403da45a",
|
|
61
61
|
"gitHooks": {
|
|
62
62
|
"pre-commit": "lint-staged"
|
|
63
63
|
}
|