{{ scope.row.agencyName
}}
{{ scope.row.taskPeriod === 'once' ? '一次性' : scope.row.taskPeriod === 'weekly' ? '每周' :
scope.row.taskPeriod
=== 'halfMonth'?'每半月': scope.row.taskPeriod === 'month'?'每月':'每季度'}}
{{ scope.row.taskStateName
}}
{{ scope.row.taskStateName
}}
查看