@zgfe/modules-settings 2.0.0-zhongyuan.18 → 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: 220,
68
+ width: 250,
69
69
  ellipsis: true,
70
70
  render: function render(data) {
71
71
  return /*#__PURE__*/React.createElement(Tooltip, {
@@ -75,26 +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',
97
- withh: 110,
99
+ withh: 120,
98
100
  render: function render(data) {
99
101
  return data && (data === null || data === void 0 ? void 0 : data.length) > 0 ? data === null || data === void 0 ? void 0 : data.map(function (plat) {
100
102
  return /*#__PURE__*/React.createElement(Tooltip, {
@@ -109,7 +111,7 @@ var Application = function Application(_ref) {
109
111
  }, {
110
112
  title: '版本',
111
113
  dataIndex: 'appVersionName',
112
- width: 90
114
+ width: 110
113
115
  }, {
114
116
  title: '状态切换时间',
115
117
  dataIndex: 'stopTime',
@@ -121,7 +123,7 @@ var Application = function Application(_ref) {
121
123
  }, {
122
124
  title: '状态',
123
125
  dataIndex: 'status',
124
- width: 90,
126
+ width: 110,
125
127
  render: function render(data) {
126
128
  return /*#__PURE__*/React.createElement("span", {
127
129
  className: "".concat(classPrefix, "-contentList-item-status")
@@ -132,7 +134,7 @@ var Application = function Application(_ref) {
132
134
  }, {
133
135
  title: '操作',
134
136
  dataIndex: 'operation',
135
- width: 280,
137
+ width: 300,
136
138
  render: function render(text, record) {
137
139
  return /*#__PURE__*/React.createElement("div", {
138
140
  className: "".concat(classPrefix, "-contentList-btn")
@@ -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.18",
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": "6475eca790f293c4bc406d3082f957998c3eda58",
70
+ "gitHead": "8b67c6ae336ee9e1ce32e63e71f46915f62e9a16",
71
71
  "gitHooks": {
72
72
  "pre-commit": "lint-staged"
73
73
  }