已完成
已经完成的生产任务数
{{ doneNum }}
进行中
正在进行的生产任务数
{{ doingNum }}
{{
scope.row.benCreateTime.replace("T", " ")
}}
{{
getDictLabel(scope.row.bepTaskProcessType, dict.type.bpm_type)
}}
{{
scope.row.benTaskNodeState == "0" ? "未执行" : "已执行"
}}
{{
getDictLabel(
scope.row.bepTaskProcessState,
dict.type.task_process_state
)
}}
{{ scope.row[col.prop] }}
运行