{{
currentMonth == null
? "未设定本月"
: moment().format("YYYY年MM月")
}}
搜索
重置
{{ scope.row.type === 1 ? "循环工单" : "代办工单" }}
{{ scope.row.taskTypeName }}
{{
scope.row.taskTypeDetailName
? `-${scope.row.taskTypeDetailName}`
: ""
}}
{{
scope.row.type === 1
? scope.row.startMonth
? moment(scope.row.startMonth).format("YYYY年MM月")
: ""
: "-"
}}
{{
scope.row.type === 1
? scope.row.endMonth
? moment(scope.row.endMonth).format("YYYY年MM月")
: ""
: "-"
}}
{{ scope.row.type === 1 ? scope.row.monthNum : "-" }}
{{
scope.row.entrust != null
? scope.row.entrust.toAccountName
: scope.row.serviceName
}}