@zgfe/modules-settings 2.0.0-zhongyuan.16 → 2.0.0-zhongyuan.17

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.
@@ -78,11 +78,19 @@ var Application = function Application(_ref) {
78
78
  }, {
79
79
  title: '实时数据延迟',
80
80
  dataIndex: 'realTimeDelay',
81
- ellipsis: true
81
+ ellipsis: true,
82
+ width: 150,
83
+ render: function render(data) {
84
+ return data || '-';
85
+ }
82
86
  }, {
83
87
  title: '入库数据延迟',
84
88
  dataIndex: 'joinDatabaseDelay',
85
- ellipsis: true
89
+ ellipsis: true,
90
+ width: 150,
91
+ render: function render(data) {
92
+ return data || '-';
93
+ }
86
94
  }, {
87
95
  title: '接入平台',
88
96
  dataIndex: 'platform',
@@ -694,7 +702,7 @@ var Application = function Application(_ref) {
694
702
  pagination: false,
695
703
  scroll: {
696
704
  x: 1000,
697
- y: 550
705
+ y: 500
698
706
  }
699
707
  })), /*#__PURE__*/React.createElement(Drawer, {
700
708
  className: "".concat(classPrefix, "-drawer"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "2.0.0-zhongyuan.16",
3
+ "version": "2.0.0-zhongyuan.17",
4
4
  "private": false,
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -67,7 +67,7 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "07261475514dd4751a793aaa72b52aeee8de7772",
70
+ "gitHead": "a0eae458b5795a8b9a9dc71da95c0adbaccee962",
71
71
  "gitHooks": {
72
72
  "pre-commit": "lint-staged"
73
73
  }