@zgfe/modules-settings 2.0.0-zhongyuan.20 → 2.0.0-zhongyuan.22

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.
@@ -94,7 +94,7 @@ var Application = function Application(_ref) {
94
94
  }, {
95
95
  title: '接入平台',
96
96
  dataIndex: 'platform',
97
- withh: 110,
97
+ width: 110,
98
98
  render: function render(data) {
99
99
  return data && (data === null || data === void 0 ? void 0 : data.length) > 0 ? data === null || data === void 0 ? void 0 : data.map(function (plat) {
100
100
  return /*#__PURE__*/React.createElement(Tooltip, {
@@ -657,7 +657,8 @@ var Application = function Application(_ref) {
657
657
  //对相关数据进行合并
658
658
  res.data.forEach(function (resItem) {
659
659
  if (item.id === resItem.appId) {
660
- obj = Object.assign(item, resItem);
660
+ item.joinDatabaseDelay = resItem.joinDatabaseDelay;
661
+ item.realTimeDelay = resItem.realTimeDelay;
661
662
  return;
662
663
  }
663
664
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "2.0.0-zhongyuan.20",
3
+ "version": "2.0.0-zhongyuan.22",
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": "2031c71e48ee9662c65f635bbf0a14602386b847",
70
+ "gitHead": "1ee83a86691ee23b82839dfee22dad18423bade4",
71
71
  "gitHooks": {
72
72
  "pre-commit": "lint-staged"
73
73
  }