task#,uat,KPI师傅满意度加一列服务商名称

This commit is contained in:
2025-01-09 09:27:50 +08:00
parent fde77b9c0a
commit 9990cf74d0

View File

@ -1076,6 +1076,7 @@ export default {
});
this.labelList = [
{label: '师傅姓名', prop: 'driverName'},
{label: '服务商名称', prop: 'supplierName'},
{label: '案件总量', prop: 'orderCount'},
{label: '满意度得分 ', prop: 'driverSatisfaction'},
]