@extends('layouts.app') @section('title')订单管理-问题件-绩效统计@endsection @section('content') @component("order.issue.menu")@endcomponent
| 序号 | 客服 | 客户 | 创建数 | 处理数 | 完结数 | 总数 | |
|---|---|---|---|---|---|---|---|
| @{{ index+1 }} | @{{ performance.user }} | @{{ performance.owner }} | @{{ performance.createCount }} | @{{ performance.treatmentCount }} | @{{ performance.endCount }} | @{{ performance.sum }} |