ezhizao_zx 1 年之前
父節點
當前提交
7ebdd2b6e0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/business/financial/contract/index.vue

+ 2 - 2
src/views/business/financial/contract/index.vue

@@ -92,11 +92,11 @@
         label="签约金额"
         header-align="center"
         align="right"
-        prop="amount"
+        prop="trueAmount"
         min-width="90"
       >
         <template #default="scope">
-          <span>{{ rowNum(scope.row.amount) }}</span>
+          <span>{{ rowNum(scope.row.trueAmount) }}</span>
         </template>
       </el-table-column>
       <el-table-column