@zgfe/modules-settings 2.0.0-zhongyuan.14 → 2.0.0-zhongyuan.15

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.
@@ -17,7 +17,7 @@ var apis = {
17
17
  },
18
18
  setting: {
19
19
  queryRealTimeData: '/zg/web/v2/newapp/delay',
20
- updateStatus: '/zg/web/v2/list/status',
20
+ updateStatus: '/zg/web/v2/newapp/status',
21
21
  updateCompanyName: '/company/v2updateInfo.jsp',
22
22
  updateLicense: apiPrefix + '/system/license',
23
23
  groupInfos: '/auth/groupInfos.jsp',
@@ -115,7 +115,7 @@ var Application = function Application(_ref) {
115
115
  label: '接入平台',
116
116
  key: 'platform',
117
117
  type: 'icon',
118
- list: item.platform
118
+ list: item.platform || []
119
119
  }, {
120
120
  label: '版本',
121
121
  key: 'appVersionName',
@@ -638,7 +638,7 @@ var Application = function Application(_ref) {
638
638
  }));
639
639
  })), child.type === 'icon' && ((_child$list3 = child.list) === null || _child$list3 === void 0 ? void 0 : _child$list3.length) === 0 && (/*#__PURE__*/React.createElement("span", {
640
640
  className: "".concat(classPrefix, "-contentList-item-label-text")
641
- }, "\u672A\u63A5\u5165\u6570\u636E")), child.type === 'text' && (/*#__PURE__*/React.createElement(Tooltip, {
641
+ }, "\u672A\u63A5\u5165\u5E73\u53F0")), child.type === 'text' && (/*#__PURE__*/React.createElement(Tooltip, {
642
642
  title: item[child.key],
643
643
  placement: "top"
644
644
  }, /*#__PURE__*/React.createElement("span", {
@@ -116,7 +116,7 @@
116
116
  }
117
117
  &-contentList {
118
118
  display: grid;
119
- grid-template-columns: 240px repeat(6, minmax(95px, 1fr)) 260px;
119
+ grid-template-columns: 230px repeat(4, minmax(90px, 1fr)) 135px 90px 260px;
120
120
  align-items: center;
121
121
  &-item {
122
122
  flex: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "2.0.0-zhongyuan.14",
3
+ "version": "2.0.0-zhongyuan.15",
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": "38ca5f4e9f496998bb9f5845cc880059e46da1a1",
70
+ "gitHead": "73daa4832ed6af7a6dff89949855e0b53b72041b",
71
71
  "gitHooks": {
72
72
  "pre-commit": "lint-staged"
73
73
  }