/* eslint-disable */
{{ $t('common:button:search') }}
{{ $t('common:button:reset') }}
分配规则
分配裁判
{{ $fd('YesOrNo', scope.row.IsUrgent) }}
{{ $fd('YesOrNo', scope.row.IsUrgent) }}
{{scope.row.TaskName}}
{{ $fd('TaskState', scope.row.TaskState) }}
{{ $fd('TaskState', scope.row.TaskState) }}
{{ $fd('TaskState', scope.row.TaskState) }}
{{ $fd('TaskState', scope.row.TaskState) }}
{{ $fd('ReadingCategory', scope.row.ReadingCategory) }}
{{ $fd('ReadingCategory', scope.row.ReadingCategory) }}
{{ $fd('ReadingCategory', scope.row.ReadingCategory) }}
{{ $fd('ReadingCategory', scope.row.ReadingCategory) }}
{{ $fd('TaskAllocationState', scope.row.TaskAllocationState) }}
{{ $fd('TaskAllocationState', scope.row.TaskAllocationState) }}
{{ $fd('ArmEnum', scope.row.ArmEnum) }}
{{ $fd('ArmEnum', scope.row.ArmEnum) }}
{{ $fd('ArmEnum', scope.row.ArmEnum) }}
{{ $fd('ArmEnum', scope.row.ArmEnum) }}
{{ $fd('ArmEnum', scope.row.ArmEnum) }}
{{`${scope.row.UserName}(${scope.row.FullName})`}}
{{ scope.row.HistoryReadingDoctorUserList.map(v => `${v.UserName}(${v.FullName})`).toString() }}
首次分配规则
添加阅片人
{{ item.label }}
{{ `${scope.row.UserName}(${scope.row.FullName})` }}
{{ scope.row.PlanReadingRatio ? scope.row.PlanReadingRatio + '%' : '0%' }}
{{ scope.row.ApplyedTotalSubjectCount > 0 ? (scope.row.SelfApplyedSubjectCount * 100 / scope.row.ApplyedTotalSubjectCount).toFixed(2) + '%' : '0%' }}
{{ scope.row.ApplyedTotalTaskCount > 0 ? (scope.row.SelfApplyedTaskCount * 100 / scope.row.ApplyedTotalTaskCount).toFixed(2) + '%' : '0%' }}
{{ scope.row.SelfApplyedTaskCount }}
{{ scope.row.SelfUndoTaskCount }}
{{ $fd('IsEnable', scope.row.IsEnable) }}
{{ $fd('IsEnable', scope.row.IsEnable) }}
后续分配规则
同一病例第二次裁判任务自动分配(在拟分配的阅片人未标记为退出项目状态时)默认状态 已分配
{taskAllocationRuleVisible = false}" @getList="openAllocationConfigVisible" />