|
|
|
@ -184,7 +184,7 @@ export default { |
|
|
|
|
{ |
|
|
|
|
title: '生产时长', |
|
|
|
|
align: "center", |
|
|
|
|
dataIndex: 'offTime' |
|
|
|
|
dataIndex: 'duration' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '状态', |
|
|
|
@ -252,7 +252,7 @@ export default { |
|
|
|
|
fieldList.push({type: 'string', value: 'teamId', text: '班组', dictCode: ''}) |
|
|
|
|
fieldList.push({type: 'string', value: 'teamLeader', text: '组长', dictCode: ''}) |
|
|
|
|
fieldList.push({type: 'date', value: 'workTime', text: '生产开始时间'}) |
|
|
|
|
fieldList.push({type: 'int', value: 'offTime', text: '生产时长', dictCode: ''}) |
|
|
|
|
fieldList.push({type: 'int', value: 'duration', text: '生产时长', dictCode: ''}) |
|
|
|
|
fieldList.push({type: 'int', value: 'status', text: '状态', dictCode: ''}) |
|
|
|
|
fieldList.push({type: 'int', value: 'speedUp', text: '是否加急', dictCode: ''}) |
|
|
|
|
fieldList.push({type: 'string', value: 'auditBy', text: '审核人', dictCode: ''}) |
|
|
|
|