@dongkboy 2 лет назад
Родитель
Сommit
f7654b062d

+ 1 - 1
src/views/FinancialManagement/CarInsurance/CompanySettlement/ExpensesList.vue

@@ -174,7 +174,7 @@ export default {
         { prop: "commissionFeevalue", label: "手续费费用", minWidth: 100 },
         { prop: "otherFeevalue", label: "其他费用", minWidth: 100 },
         { prop: "allFeeValue", label: "总费用", minWidth: 100 },
-        { prop: "finalFeeValue", label: "是否生成结算单", minWidth: 100, formatter: this.docFormatter, },
+        { prop: "finalFeeValue", label: "是否已结算", minWidth: 100, formatter: this.docFormatter, },
       ],
     };
   },