Commit 312d20d3 authored by 李苏's avatar 李苏 💬

1

parent 61e10ec1
...@@ -2,9 +2,7 @@ ...@@ -2,9 +2,7 @@
<DefaultDialog :app='app'> <DefaultDialog :app='app'>
<div slot="form" class="min_full" style="height: 70vh;border: 0px;"> <div slot="form" class="min_full" style="height: 70vh;border: 0px;">
<!-- 表格--> <!-- 表格-->
<div class="search" style="border: 0px;" >
<div class="tablePagers" style="height: 100%;">
<div class="search" style="border: 0px;" v-condition>
<!-- <SearchButton :app='app'></SearchButton> --> <!-- <SearchButton :app='app'></SearchButton> -->
<el-row :gutter="20" class="search-row-1"> <el-row :gutter="20" class="search-row-1">
<el-col :span="6" class="search-col"> <el-col :span="6" class="search-col">
...@@ -20,6 +18,8 @@ ...@@ -20,6 +18,8 @@
</el-row> </el-row>
</div> </div>
<div class="tablePagers" style="height: 100%;">
<TablePager :showPagination='false' :delButton='false' @getData='getData' :ref="'TablePager'" :app='this' :query='query' @selectItem='selectItem' <TablePager :showPagination='false' :delButton='false' @getData='getData' :ref="'TablePager'" :app='this' :query='query' @selectItem='selectItem'
@getRow='getRow'> @getRow='getRow'>
</TablePager> </TablePager>
......
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