|
@@ -48,6 +48,7 @@
|
|
|
</tableTemp>
|
|
</tableTemp>
|
|
|
<div class="container normal-panel" style="text-align:right">
|
|
<div class="container normal-panel" style="text-align:right">
|
|
|
<el-pagination
|
|
<el-pagination
|
|
|
|
|
+ v-if="hidePagination"
|
|
|
background
|
|
background
|
|
|
small
|
|
small
|
|
|
@size-change="handleSizeChange"
|
|
@size-change="handleSizeChange"
|
|
@@ -67,7 +68,7 @@
|
|
|
<script>
|
|
<script>
|
|
|
import {mapGetters} from 'vuex'
|
|
import {mapGetters} from 'vuex'
|
|
|
export default {
|
|
export default {
|
|
|
- props:['tableName','idName','tableData','apiId','formPath','oldFormPath','options','autoQuery','detailPath','customTitle'],
|
|
|
|
|
|
|
+ props:['tableName','idName','tableData','apiId','formPath','oldFormPath','options','autoQuery','detailPath','customTitle','hidePagination'],
|
|
|
components:{
|
|
components:{
|
|
|
tableTemp: () => import('./modules/table.vue'),
|
|
tableTemp: () => import('./modules/table.vue'),
|
|
|
setColumn: () => import('./modules/setColumn.vue'),
|
|
setColumn: () => import('./modules/setColumn.vue'),
|