Skip to content

Commit

Permalink
perf: 表格布局支持级联动态隐藏 @0.9.2-9
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Mar 25, 2021
1 parent 082a0a8 commit f947fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-pro-crud",
"version": "0.9.2-8",
"version": "0.9.2-9",
"author": "BoBo<[email protected]>",
"main": "lib/ProCrud.umd.min.js",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/component/form-designer/src/GenerateForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
borderColor: item.options.borderColor,
width: col.options.width,
height: col.options.height,
display: col.list.every(_=>_.hidden) ? 'none' :''
}"
>
<GenerateFormItem
Expand Down

0 comments on commit f947fb6

Please sign in to comment.