@zgfe/modules-dm 1.0.18 → 1.0.19

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.
@@ -424,6 +424,7 @@ var TablePlus = function TablePlus(props) {
424
424
  return /*#__PURE__*/React.createElement(Input, {
425
425
  className: "alias_name",
426
426
  placeholder: "\u7F16\u8F91\u522B\u540D",
427
+ disabled: isDemo,
427
428
  defaultValue: record.alias_name,
428
429
  onFocus: aliasFocus,
429
430
  onBlur: function onBlur(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -49,7 +49,7 @@
49
49
  "umi-request": "^1.4.0",
50
50
  "yorkie": "^2.0.0"
51
51
  },
52
- "gitHead": "2bf40526d03de54ee12beaaa3c2afe465b912494",
52
+ "gitHead": "d7e6ace33a54fbd0f5d8dcb5d05a37747368c862",
53
53
  "gitHooks": {
54
54
  "pre-commit": "lint-staged"
55
55
  }