@zgfe/modules-dm 1.0.56-zhongyuan.32 → 1.0.56-zhongyuan.34
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.
|
@@ -323,22 +323,22 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
|
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
}, {
|
|
326
|
-
title: '
|
|
326
|
+
title: '数据上报',
|
|
327
327
|
dataIndex: 'lastInsertTime',
|
|
328
|
-
width:
|
|
328
|
+
width: 100,
|
|
329
329
|
render: function render(text, record, index) {
|
|
330
330
|
return /*#__PURE__*/React.createElement("div", {
|
|
331
331
|
className: "attr-name"
|
|
332
|
-
}, text);
|
|
332
|
+
}, text ? '有' : '无');
|
|
333
333
|
}
|
|
334
334
|
}, {
|
|
335
|
-
title: '
|
|
335
|
+
title: '最后上报时间',
|
|
336
336
|
dataIndex: 'lastInsertTime',
|
|
337
|
-
width:
|
|
337
|
+
width: 180,
|
|
338
338
|
render: function render(text, record, index) {
|
|
339
339
|
return /*#__PURE__*/React.createElement("div", {
|
|
340
340
|
className: "attr-name"
|
|
341
|
-
}, text
|
|
341
|
+
}, text);
|
|
342
342
|
}
|
|
343
343
|
}].concat(_toConsumableArray(source == 'event' ? [{
|
|
344
344
|
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.34",
|
|
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": "5c6a99e025d1fe86cf7afe9711035bef74ee9af8",
|
|
61
61
|
"gitHooks": {
|
|
62
62
|
"pre-commit": "lint-staged"
|
|
63
63
|
}
|