|
@@ -62,9 +62,9 @@
|
|
|
</ws-button>
|
|
|
</template>
|
|
|
</BaseHeaderLayout>
|
|
|
- <BaseHeaderLayout :leftSpan="10">
|
|
|
- <template slot="left">
|
|
|
- <!-- <ws-button type="primary" @click="screen(2)">待结算</ws-button>
|
|
|
+ <el-row>
|
|
|
+ <el-col :span="18">
|
|
|
+ <!-- <ws-button type="primary" @click="screen(2)">待结算</ws-button>
|
|
|
<ws-button type="primary" @click="screen(0)">待审核</ws-button>
|
|
|
<ws-button type="primary" @click="screen()">全部</ws-button>-->
|
|
|
|
|
@@ -106,10 +106,17 @@
|
|
|
>
|
|
|
<el-button type="primary">模板下载</el-button>
|
|
|
</el-link>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6">
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <!-- <BaseHeaderLayout :leftSpan="10">
|
|
|
+ <template slot="left">
|
|
|
+
|
|
|
|
|
|
</template>
|
|
|
<template slot="right"></template>
|
|
|
- </BaseHeaderLayout>
|
|
|
+ </BaseHeaderLayout> -->
|
|
|
<el-table :data="paymentList" ref="table" style="width: 100%; margin-top: 20px" border height="calc(100% - 170px)"
|
|
|
@row-click="handleRowClick" @selection-change="handleSelectionChange" :summary-method="getSummaries" show-summary>
|
|
|
<!-- <el-table-column :selectable="selectInit" type="selection" width="30"></el-table-column> -->
|