|
@@ -119,10 +119,10 @@
|
|
|
<el-table-column label="金额" align="center" prop="zbiAmount" />
|
|
|
</el-table>
|
|
|
<pagination v-show="total > 0" :total="total" :page.sync="queryParamsPay.pageNum" :limit.sync="queryParamsPay.pageSize" @pagination="getAccountsCollection" />
|
|
|
- <span slot="footer" class="dialog-footer">
|
|
|
- <el-button type="primary" @click="closeTicket">确认</el-button>
|
|
|
- <el-button @click="cancelTicket">取消</el-button>
|
|
|
- </span>
|
|
|
+ </el-row>
|
|
|
+ <el-row slot="footer" class="dialog-footer" type="flex" justify="center" align="middle" style="height: 102px;">
|
|
|
+ <el-button type="primary" @click="closeTicket">确认</el-button>
|
|
|
+ <el-button @click="cancelTicket">取消</el-button>
|
|
|
</el-row>
|
|
|
</el-dialog>
|
|
|
|