|
@@ -50,13 +50,13 @@
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="14">
|
|
<el-col :span="14">
|
|
|
<el-tree highlight-current :expand-on-click-node="true" node-key="CodeName" :data="orgtreelist"
|
|
<el-tree highlight-current :expand-on-click-node="true" node-key="CodeName" :data="orgtreelist"
|
|
|
- :props="orgtreeprops" style="margin-top: 20px; height: calc(100vh - 450px); overflow: auto;"
|
|
|
|
|
|
|
+ :props="orgtreeprops" style="margin-top: 20px; height: calc(100vh - 350px); overflow: auto;"
|
|
|
@check="checkLostCertTimeOut" ref="orgmanagetree" show-checkbox>
|
|
@check="checkLostCertTimeOut" ref="orgmanagetree" show-checkbox>
|
|
|
</el-tree>
|
|
</el-tree>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="10">
|
|
<el-col :span="10">
|
|
|
<el-table
|
|
<el-table
|
|
|
- height="370px"
|
|
|
|
|
|
|
+ height="calc(100vh - 350px)"
|
|
|
row-class-name="warning-row"
|
|
row-class-name="warning-row"
|
|
|
highlight-current-row
|
|
highlight-current-row
|
|
|
:data="lostTableData"
|
|
:data="lostTableData"
|