7 天以前 22229c67d87f0fae4c4bc90db106b8a1e2c49b53
src/views/salesManagement/receiptPaymentLedger/index.vue
@@ -38,20 +38,24 @@
            label="客户名称"
            prop="customerName"
            show-overflow-tooltip
                  width="200"
          />
          <el-table-column
            label="合同金额(元)"
            prop="invoiceTotal"
            show-overflow-tooltip
            :formatter="formattedNumber"
                  width="200"
          />
          <el-table-column
              label="回款金额(元)"
              prop="receiptPaymentAmount"
              show-overflow-tooltip
              :formatter="formattedNumber"
              width="200"
          />
          <el-table-column
            label="应收金额(元)"
            prop="unReceiptPaymentAmount"
            show-overflow-tooltip
                  width="200"
          >
            <template #default="{ row, column }">
              <el-text type="danger">
@@ -104,6 +108,13 @@
                  width="200"
          />
          <el-table-column
              label="回款金额(元)"
              prop="receiptPaymentAmount"
              show-overflow-tooltip
              :formatter="formattedNumber"
              width="200"
          />
          <el-table-column
            label="应收金额(元)"
            prop="unReceiptPaymentAmount"
            show-overflow-tooltip