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

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: 250,
69
69
  ellipsis: true,
70
70
  render: function render(data) {
71
71
  return /*#__PURE__*/React.createElement(Tooltip, {
@@ -75,25 +75,28 @@ var Application = function Application(_ref) {
75
75
  className: "".concat(classPrefix, "-contentList-item-name")
76
76
  }, data));
77
77
  }
78
- }, {
79
- title: '实时数据延迟',
80
- dataIndex: 'realTimeDelay',
81
- ellipsis: true,
82
- width: 150,
83
- render: function render(data) {
84
- return data || '-';
85
- }
86
- }, {
78
+ },
79
+ // {
80
+ // title: '实时数据延迟',
81
+ // dataIndex: 'realTimeDelay',
82
+ // ellipsis: true,
83
+ // width: 150,
84
+ // render: (data: any) => {
85
+ // return data || '-';
86
+ // },
87
+ // },
88
+ {
87
89
  title: '入库数据延迟',
88
90
  dataIndex: 'joinDatabaseDelay',
89
91
  ellipsis: true,
90
- width: 150,
92
+ width: 200,
91
93
  render: function render(data) {
92
94
  return data || '-';
93
95
  }
94
96
  }, {
95
97
  title: '接入平台',
96
98
  dataIndex: 'platform',
99
+ withh: 120,
97
100
  render: function render(data) {
98
101
  return data && (data === null || data === void 0 ? void 0 : data.length) > 0 ? data === null || data === void 0 ? void 0 : data.map(function (plat) {
99
102
  return /*#__PURE__*/React.createElement(Tooltip, {
@@ -107,18 +110,20 @@ var Application = function Application(_ref) {
107
110
  }
108
111
  }, {
109
112
  title: '版本',
110
- dataIndex: 'appVersionName'
113
+ dataIndex: 'appVersionName',
114
+ width: 110
111
115
  }, {
112
116
  title: '状态切换时间',
113
117
  dataIndex: 'stopTime',
114
118
  ellipsis: true,
115
- width: 180,
119
+ width: 170,
116
120
  render: function render(data) {
117
121
  return data || '-';
118
122
  }
119
123
  }, {
120
124
  title: '状态',
121
125
  dataIndex: 'status',
126
+ width: 110,
122
127
  render: function render(data) {
123
128
  return /*#__PURE__*/React.createElement("span", {
124
129
  className: "".concat(classPrefix, "-contentList-item-status")
@@ -180,6 +180,17 @@
180
180
  background: var(--io-i1-, #f2f3f4);
181
181
  border-radius: 2px;
182
182
  }
183
+ &-status5 {
184
+ display: flex;
185
+ align-items: center;
186
+ padding: 1px 8px;
187
+ color: var(--io-i-, #faad14);
188
+ font-weight: 400;
189
+ font-size: 14px;
190
+ line-height: 22px; /* 157.143% */
191
+ background: var(--io-i1-, #ffe58f);
192
+ border-radius: 2px;
193
+ }
183
194
  }
184
195
  }
185
196
  .system-setting-demand-pop {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "2.0.0-zhongyuan.17",
3
+ "version": "2.0.0-zhongyuan.19",
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": "a0eae458b5795a8b9a9dc71da95c0adbaccee962",
70
+ "gitHead": "8b67c6ae336ee9e1ce32e63e71f46915f62e9a16",
71
71
  "gitHooks": {
72
72
  "pre-commit": "lint-staged"
73
73
  }