mooho-base-admin-plus 0.4.76 → 0.4.78

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mooho-base-admin-plus",
3
3
  "description": "MOOHO basic framework for admin by Vue3",
4
- "version": "0.4.76",
4
+ "version": "0.4.78",
5
5
  "author": "jinyifan <jinyifan@mooho.com.cn>",
6
6
  "dotnetVersion": "1.4.0",
7
7
  "license": "MIT",
@@ -1380,7 +1380,7 @@
1380
1380
  // 不显示的不验证
1381
1381
  if (row._isShow && row._isShow[column.code] == false) {
1382
1382
  continue;
1383
- } else if (!column.isShow) {
1383
+ } else if (column.isShow == false) {
1384
1384
  continue;
1385
1385
  }
1386
1386