div
div(style="padding-bottom: 10px; display: flex;")
Input(v-if="showFilterInput" v-model="filterStr" @on-change="filterStrChange" suffix="ios-search" :placeholder="placeholder" style="position: left; width: auto" clearable)
div(style="position: absolute; left: 43%; line-height: 30px; display:inherit" v-if="showName")
slot(class="table-header", name="title")
span(class="table-header") {{tableName}}
slot(name="remark")
Table(border, :row-key="rowKey" :load-data="handleLoadData" :columns="columns", :data="tableDataShow", :loading="loading", ref="table", @on-selection-change="getSelect" @on-sort-change="sortMethod" size="small" :stripe="stripe")
div(style="height: 50px; padding-top: 10px")
Page(style="color: black; float: right;", :total="pageNum",
:page-size="pageSize", @on-change="handleCpxChange", show-elevator, show-total, show-sizer,
:current='cpx', @on-page-size-change="handlePageSize", :page-size-opts='[10, 20, 30, 40, 50, 100, 500, 1000, 5000]')