{{ !id ? "新增" : display ? "详情" : "修改" }}
任务工单派发
{{
taskTypeOption.findIndex((t) => t.value == scope.row.taskType) > -1
? taskTypeOption.find((t) => t.value == scope.row.taskType).label
: ''
}}
{{
rankTypeOption.findIndex((t) => t.value == scope.row.ranks) > -1
? rankTypeOption.find((t) => t.value == scope.row.ranks).label
: ''
}}
{{ scope.row.receiverName }}
查看
编辑
删除