@@ -401,7 +401,7 @@ export default {
const _this = this
this.$confirm({
title: '提示',
- content: <div><p style="margin-top:20px;">共计{this.rowSelectionInfo.selectedRowKeys.length}单,合计金额¥{ _this.toThousands(this.selectTotalAmount) } </p><p>确认批量付款吗?</p></div>,
+ content: <div style="text-align:center"><p style="margin-top:20px;">共计{this.rowSelectionInfo.selectedRowKeys.length}单,合计金额{ _this.toThousands(this.selectTotalAmount) } </p><p>确认批量付款吗?</p></div>,
centered: true,
closable: true,
class:'confirm-center',