@zgfe/modules-settings 1.2.4-log.1 → 1.2.4

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.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -53,10 +53,12 @@ var OperationLog = function OperationLog() {
53
53
  _useState14 = _slicedToArray(_useState13, 2),
54
54
  columns = _useState14[0],
55
55
  setColumns = _useState14[1];
56
+ // column
56
57
  var columnsList = [{
57
58
  title: '应用(应用ID)',
58
59
  key: 'appId',
59
60
  render: function render(_, record) {
61
+ if (!record.appId) return '-';
60
62
  return /*#__PURE__*/React.createElement(React.Fragment, null, record.appName, "(", record.appId, ")");
61
63
  }
62
64
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.4-log.1",
3
+ "version": "1.2.4",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -51,7 +51,7 @@
51
51
  "umi-request": "^1.4.0",
52
52
  "yorkie": "^2.0.0"
53
53
  },
54
- "gitHead": "9efa0c3ab66d6da579d43eea30841b9ce16655c2",
54
+ "gitHead": "835cfcc1e1f2d5447234ecf114751aa72aaf3719",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }