{{
row.feedStatus === 1
? '报工中'
: row.feedStatus === 0
? '投料中'
: row.feedStatus === 5
? '委外中'
: ''
}}
{{ getTimeData(row.taskStayTimeDuration) }}
{{ row.extInfo.newWeight }} {{ row.extInfo.weightUnit }}
{{ row.extInfo.weight }}{{ row.extInfo.weightUnit }}