...
|
...
|
@@ -33,7 +33,7 @@ |
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row class="margin-bottom-50">
|
|
|
<el-col :span="24">
|
|
|
<el-col :span="24" class="overflow-scroll-y">
|
|
|
<cm-table-page :columns="columns" :dataList="tableDataList" @loaddata="loadTableDataList"
|
|
|
:showIndex="true" :total="count"
|
|
|
:showBorder="true" :loading="false" :pageSize="pageSize"
|
...
|
...
|
|