@extends('layouts.app') @section('title')问题件-工作量@endsection @section('content') @component("order.issue.menu")@endcomponent
序号 问题件ID 创建时间 完结时间 创建人 结束人 客户 快递单号 处理时效
@{{ index+1 }} @{{ workLoad.id }} @{{ workLoad.created_at }} @{{ workLoad.createUser }} @{{ workLoad.endUser }}

@{{ package.logistic_number }}

点击收起 点击展开
@{{ workLoad.processingTime }}
共 @{{page.total}} 条
@endsection @section('lastScript') @endsection