@zgfe/modules-dm 1.0.57-zhongyuan.79 → 1.0.57-zhongyuan.80
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.
|
@@ -357,9 +357,11 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
|
|
|
357
357
|
dataIndex: 'hasReported',
|
|
358
358
|
width: 100,
|
|
359
359
|
render: function render(text, record, index) {
|
|
360
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
360
|
+
return source == 'event' ? (/*#__PURE__*/React.createElement("div", {
|
|
361
|
+
className: "attr-name"
|
|
362
|
+
}, record.lastInsertTime ? '有' : '无')) : (/*#__PURE__*/React.createElement("div", {
|
|
361
363
|
className: "attr-name"
|
|
362
|
-
}, text ? '有' : '无');
|
|
364
|
+
}, text ? '有' : '无'));
|
|
363
365
|
}
|
|
364
366
|
}, {
|
|
365
367
|
title: '最后上报时间',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-dm",
|
|
3
|
-
"version": "1.0.57-zhongyuan.
|
|
3
|
+
"version": "1.0.57-zhongyuan.80",
|
|
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": "8bc1cdfbaaa53d2299f0cfbe9b4e6e5569cb9527",
|
|
61
61
|
"gitHooks": {
|
|
62
62
|
"pre-commit": "lint-staged"
|
|
63
63
|
}
|