{{ scope.row.workerName ? scope.row.workerName : "--" }}
{{ scope.row.enterpriseName ? scope.row.enterpriseName : "--" }}
{{
row.personType == 1 ? "施工人员" : row.personType == 2 ? "管理人员" : "--"
}}
{{scope.row.dailyHourMap[item.date] ? scope.row.dailyHourMap[item.date] : '--'}}
{{ scope.row.totalHour ? scope.row.totalHour : "--" }}