lilei 2 년 전
부모
커밋
0dd72b703d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/financialManagement/financialPayment/list.vue

+ 1 - 1
src/views/financialManagement/financialPayment/list.vue

@@ -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',