@zgfe/modules-settings 1.2.4-log.2 → 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.
@@ -53,6 +53,7 @@ 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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.4-log.2",
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": "2f002b33243fef1dde5d165d93b07c9320d9d1a0",
54
+ "gitHead": "835cfcc1e1f2d5447234ecf114751aa72aaf3719",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }