Commit 3465a07f authored by jingnan's avatar jingnan 👀

签审对象中的入库明细表高度增加,采购入库的父子件2个不需要竖向滚动条

parent 43744c4b
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
ref="treeTable" ref="treeTable"
:pagination="pagination" :pagination="pagination"
:data="tableData" :data="tableData"
table-height="calc(100vh - 460px)"
:columns="columns" :columns="columns"
:options="optionsTree" :options="optionsTree"
@pagination-size-change="changePageSize" @pagination-size-change="changePageSize"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
:pagination="pagination" :pagination="pagination"
:selection-row="{selectable: selectable}" :selection-row="{selectable: selectable}"
:data="tableData" :data="tableData"
table-height="calc(100vh - 460px)"
:columns="columns" :columns="columns"
:options="optionsTree" :options="optionsTree"
@selection-change="selectionChange" @selection-change="selectionChange"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment