|
|
@@ -41,7 +41,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="padding:0 16px 0 16px">
|
|
|
- <tableNewLayout :layout="tablecols" :data="list" :opwidth="200" height="calc(100vh - 182px)" :width="true" :custom="true" >
|
|
|
+ <tableNewLayout :layout="tablecols" :data="list" :opwidth="200" height="calc(100vh - 134px)" :width="true" :custom="true" >
|
|
|
<template v-slot:customcol="scope">
|
|
|
<div v-if="scope.column.columnname === 'type'">
|
|
|
{{scope.column.data[[scope.column.columnname]] == '1' ? '收入':'支出'}}
|
|
|
@@ -51,7 +51,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</tableNewLayout>
|
|
|
- <div class="container normal-panel" style="text-align:right">
|
|
|
+<!-- <div class="container normal-panel" style="text-align:right">
|
|
|
<el-pagination
|
|
|
background
|
|
|
@size-change="handleSizeChange"
|
|
|
@@ -62,7 +62,7 @@
|
|
|
layout="total,sizes, prev, pager, next, jumper"
|
|
|
:total="total">
|
|
|
</el-pagination>
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
</div>
|
|
|
|
|
|
</el-drawer>
|
|
|
@@ -107,9 +107,9 @@ export default {
|
|
|
async listData(){
|
|
|
this.param.content.hrid = this.hrid
|
|
|
const res = await this.$api.requested(this.param)
|
|
|
- this.list = res.data
|
|
|
- this.total = res.total
|
|
|
- this.currentPage = res.pageNumner
|
|
|
+ this.list = res.data.rows
|
|
|
+ /*this.total = res.total
|
|
|
+ this.currentPage = res.pageNumner*/
|
|
|
},
|
|
|
selectChange(){
|
|
|
console.log(this.dateSelect)
|