|
|
@@ -1,8 +1,9 @@
|
|
|
<template>
|
|
|
- <div class="p-2">
|
|
|
+ <div class="p-2 auto-overflow-y">
|
|
|
<transition :enter-active-class="proxy?.animate.searchAnimate.enter" :leave-active-class="proxy?.animate.searchAnimate.leave">
|
|
|
<div v-show="showSearch" class="search">
|
|
|
<el-form ref="queryFormRef" :model="queryParams" :inline="true" label-width="68px" class="-mb-15px">
|
|
|
+#set($queryColumns=0)
|
|
|
#foreach($column in $columns)
|
|
|
#if($column.query)
|
|
|
#set($dictType=$column.dictType)
|
|
|
@@ -81,7 +82,7 @@
|
|
|
</el-row>
|
|
|
</template>
|
|
|
|
|
|
- <el-table v-loading="loading" :data="${businessName}List" @selection-change="handleSelectionChange">
|
|
|
+ <el-table v-loading="loading" :data="${businessName}List" max-height="#if($queryColumns > 3)400#else 500#end" @selection-change="handleSelectionChange">
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
#set($aIndex = 0)
|
|
|
#foreach($column in $columns)
|