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

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.
@@ -65,7 +65,7 @@ var Application = function Application(_ref) {
65
65
  var columns = [{
66
66
  title: '应用名称',
67
67
  dataIndex: 'name',
68
- width: 230,
68
+ width: 220,
69
69
  ellipsis: true,
70
70
  render: function render(data) {
71
71
  return /*#__PURE__*/React.createElement(Tooltip, {
@@ -78,14 +78,23 @@ 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',
97
+ withh: 110,
89
98
  render: function render(data) {
90
99
  return data && (data === null || data === void 0 ? void 0 : data.length) > 0 ? data === null || data === void 0 ? void 0 : data.map(function (plat) {
91
100
  return /*#__PURE__*/React.createElement(Tooltip, {
@@ -99,18 +108,20 @@ var Application = function Application(_ref) {
99
108
  }
100
109
  }, {
101
110
  title: '版本',
102
- dataIndex: 'appVersionName'
111
+ dataIndex: 'appVersionName',
112
+ width: 90
103
113
  }, {
104
114
  title: '状态切换时间',
105
115
  dataIndex: 'stopTime',
106
116
  ellipsis: true,
107
- width: 180,
117
+ width: 170,
108
118
  render: function render(data) {
109
119
  return data || '-';
110
120
  }
111
121
  }, {
112
122
  title: '状态',
113
123
  dataIndex: 'status',
124
+ width: 90,
114
125
  render: function render(data) {
115
126
  return /*#__PURE__*/React.createElement("span", {
116
127
  className: "".concat(classPrefix, "-contentList-item-status")
@@ -121,7 +132,7 @@ var Application = function Application(_ref) {
121
132
  }, {
122
133
  title: '操作',
123
134
  dataIndex: 'operation',
124
- width: 300,
135
+ width: 280,
125
136
  render: function render(text, record) {
126
137
  return /*#__PURE__*/React.createElement("div", {
127
138
  className: "".concat(classPrefix, "-contentList-btn")
@@ -694,7 +705,7 @@ var Application = function Application(_ref) {
694
705
  pagination: false,
695
706
  scroll: {
696
707
  x: 1000,
697
- y: 550
708
+ y: 500
698
709
  }
699
710
  })), /*#__PURE__*/React.createElement(Drawer, {
700
711
  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.18",
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": "6475eca790f293c4bc406d3082f957998c3eda58",
71
71
  "gitHooks": {
72
72
  "pre-commit": "lint-staged"
73
73
  }