|
@@ -6,7 +6,6 @@
|
|
|
<a-button
|
|
|
id="transferTypeManagementList-add"
|
|
|
type="primary"
|
|
|
- class="button-error"
|
|
|
v-if="$hasPermissions('B_transferTypeManagement_add')"
|
|
|
@click="handleEdit()">新增</a-button>
|
|
|
</div>
|
|
@@ -14,11 +13,12 @@
|
|
|
<s-table
|
|
|
class="sTable fixPagination"
|
|
|
ref="table"
|
|
|
- :style="{ height: tableHeight+84.5+'px' }"
|
|
|
+ :style="{ height: tableHeight+70+'px' }"
|
|
|
size="small"
|
|
|
:rowKey="(record) => record.id"
|
|
|
:columns="columns"
|
|
|
:scroll="{ y: tableHeight }"
|
|
|
+ :pageSize="30"
|
|
|
:data="loadData"
|
|
|
:defaultLoadData="false"
|
|
|
bordered>
|
|
@@ -131,7 +131,7 @@ export default {
|
|
|
},
|
|
|
setTableH () {
|
|
|
const tableSearchH = this.$refs.tableSearch.offsetHeight
|
|
|
- this.tableHeight = window.innerHeight - tableSearchH - 195
|
|
|
+ this.tableHeight = window.innerHeight - tableSearchH - 185
|
|
|
}
|
|
|
},
|
|
|
watch: {
|