@zgfe/modules-settings 2.0.0-zhongyuan.19 → 2.0.0-zhongyuan.20
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:
|
|
68
|
+
width: 220,
|
|
69
69
|
ellipsis: true,
|
|
70
70
|
render: function render(data) {
|
|
71
71
|
return /*#__PURE__*/React.createElement(Tooltip, {
|
|
@@ -75,28 +75,26 @@ var Application = function Application(_ref) {
|
|
|
75
75
|
className: "".concat(classPrefix, "-contentList-item-name")
|
|
76
76
|
}, data));
|
|
77
77
|
}
|
|
78
|
-
},
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
// },
|
|
88
|
-
{
|
|
78
|
+
}, {
|
|
79
|
+
title: '应用Id',
|
|
80
|
+
dataIndex: 'appId',
|
|
81
|
+
ellipsis: true,
|
|
82
|
+
width: 120,
|
|
83
|
+
render: function render(data) {
|
|
84
|
+
return data || '-';
|
|
85
|
+
}
|
|
86
|
+
}, {
|
|
89
87
|
title: '入库数据延迟',
|
|
90
88
|
dataIndex: 'joinDatabaseDelay',
|
|
91
89
|
ellipsis: true,
|
|
92
|
-
width:
|
|
90
|
+
width: 150,
|
|
93
91
|
render: function render(data) {
|
|
94
92
|
return data || '-';
|
|
95
93
|
}
|
|
96
94
|
}, {
|
|
97
95
|
title: '接入平台',
|
|
98
96
|
dataIndex: 'platform',
|
|
99
|
-
withh:
|
|
97
|
+
withh: 110,
|
|
100
98
|
render: function render(data) {
|
|
101
99
|
return data && (data === null || data === void 0 ? void 0 : data.length) > 0 ? data === null || data === void 0 ? void 0 : data.map(function (plat) {
|
|
102
100
|
return /*#__PURE__*/React.createElement(Tooltip, {
|
|
@@ -111,7 +109,7 @@ var Application = function Application(_ref) {
|
|
|
111
109
|
}, {
|
|
112
110
|
title: '版本',
|
|
113
111
|
dataIndex: 'appVersionName',
|
|
114
|
-
width:
|
|
112
|
+
width: 100
|
|
115
113
|
}, {
|
|
116
114
|
title: '状态切换时间',
|
|
117
115
|
dataIndex: 'stopTime',
|
|
@@ -123,7 +121,7 @@ var Application = function Application(_ref) {
|
|
|
123
121
|
}, {
|
|
124
122
|
title: '状态',
|
|
125
123
|
dataIndex: 'status',
|
|
126
|
-
width:
|
|
124
|
+
width: 100,
|
|
127
125
|
render: function render(data) {
|
|
128
126
|
return /*#__PURE__*/React.createElement("span", {
|
|
129
127
|
className: "".concat(classPrefix, "-contentList-item-status")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-settings",
|
|
3
|
-
"version": "2.0.0-zhongyuan.
|
|
3
|
+
"version": "2.0.0-zhongyuan.20",
|
|
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": "
|
|
70
|
+
"gitHead": "2031c71e48ee9662c65f635bbf0a14602386b847",
|
|
71
71
|
"gitHooks": {
|
|
72
72
|
"pre-commit": "lint-staged"
|
|
73
73
|
}
|