Commit 57005322 authored by 沈翠玲's avatar 沈翠玲

IQC修改

parent 453ce16c
...@@ -351,6 +351,8 @@ export default { ...@@ -351,6 +351,8 @@ export default {
} else if(this.curQcType === 'IQC'){ } else if(this.curQcType === 'IQC'){
let list = JSON.parse(JSON.stringify(this.tableSjColumn)) let list = JSON.parse(JSON.stringify(this.tableSjColumn))
list[0].name = 'iqcCode' list[0].name = 'iqcCode'
list[1].width = 90
list[5].name = 'inspectorName'
return list return list
} else { } else {
return this.tableDefaultColumn; return this.tableDefaultColumn;
...@@ -370,7 +372,7 @@ export default { ...@@ -370,7 +372,7 @@ export default {
name: 'ipqcCode', name: 'ipqcCode',
label: '检验单编号', label: '检验单编号',
align: 'center', align: 'center',
width: 200 width: 180
}, },
{ {
name: 'arrangeCode', name: 'arrangeCode',
...@@ -402,7 +404,7 @@ export default { ...@@ -402,7 +404,7 @@ export default {
name: 'inspectorNickName', name: 'inspectorNickName',
label: '检测人员', label: '检测人员',
align: 'center', align: 'center',
width: 100 width: 120
}, },
{ {
name: 'status', name: 'status',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment