Forráskód Böngészése

平台应收结算-应收明细应收金额字段不显示

@dongkboy 2 hónapja
szülő
commit
7023826183
1 módosított fájl, 1 hozzáadás és 7 törlés
  1. 1 7
      src/views/platform/ticket.vue

+ 1 - 7
src/views/platform/ticket.vue

@@ -81,13 +81,7 @@
       <el-table-column prop="jqSuperviseCostsProportion" label="交强险手续费比例"></el-table-column>
       <el-table-column prop="syPremium" label="商业险保费"></el-table-column>
       <el-table-column prop="sySuperviseCostsProportion" label="商业险手续费比例"></el-table-column>
-      <el-table-column label="应收金额">
-        <template #default="scope">
-          {{ scope.row.productId === '0330' || scope.row.productId === '0330034002' || scope.row.productId ===
-            '034002' ? scope.row.jqSuperviseCostsPremiums : scope.row.productId === '034001' || scope.row.productId ===
-              '0330034001' ? scope.row.sySuperviseCostsPremiums : '' }}
-        </template>
-      </el-table-column>
+      <el-table-column label="应收金额" prop="receivableAmount"></el-table-column>
     </el-table>
     <div class="footer">
       <el-button plain @click="handleBack">取消</el-button>