@extends('layouts.app') @section('title')KPI-日报表(工作量)@endsection @section('content')
| @{{ item.userWorkgroupName }} | @{{ item.statDate.slice(0,10) }} | @{{ item.attendanceAmount }} | @{{ item.officialAmount }} | @{{ item.officialHour.toFixed(2) }} | @{{ item.temporaryAmount }} | @{{ item.temporaryHour.toFixed(2) }} | @{{ item.workAmountTotal.toFixed(2) }} | @{{ item.hourWorkAmount.toFixed(2) }} | @{{ item.workCostTotal.toFixed(2) }} | @{{ item.workEfficiency.toFixed(2) }} |