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