@zgfe/modules-dm 1.0.34-heyh.19 → 1.0.34-heyh.20

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.
@@ -223,6 +223,14 @@ var VirtualTablePlus = function VirtualTablePlus(props) {
223
223
  render: function render(text) {
224
224
  return /*#__PURE__*/React.createElement("div", null, text ? moment(text).format('YYYY-MM-DD HH:mm:ss') : '');
225
225
  }
226
+ }, {
227
+ title: '显示状态',
228
+ dataIndex: 'hidden',
229
+ key: 'hidden',
230
+ width: 187,
231
+ render: function render(text) {
232
+ return /*#__PURE__*/React.createElement("div", null, text === 0 ? '显示' : '隐藏');
233
+ }
226
234
  }, {
227
235
  title: '描述',
228
236
  dataIndex: 'description',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.34-heyh.19",
3
+ "version": "1.0.34-heyh.20",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "umi-request": "^1.4.0",
53
53
  "yorkie": "^2.0.0"
54
54
  },
55
- "gitHead": "6e8dcc1a37d012fcaba2f39f2a0918669b6b9682",
55
+ "gitHead": "23102225c99fa4b4dbd948072bf3d943f2395d4a",
56
56
  "gitHooks": {
57
57
  "pre-commit": "lint-staged"
58
58
  }