lilei 2 vuotta sitten
vanhempi
commit
0dd72b703d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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',