فهرست منبع

修改字段名

@dongkboy 2 سال پیش
والد
کامیت
f7654b062d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/FinancialManagement/CarInsurance/CompanySettlement/ExpensesList.vue

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

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