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

IQC修改

parent 453ce16c
......@@ -351,6 +351,8 @@ export default {
} else if(this.curQcType === 'IQC'){
let list = JSON.parse(JSON.stringify(this.tableSjColumn))
list[0].name = 'iqcCode'
list[1].width = 90
list[5].name = 'inspectorName'
return list
} else {
return this.tableDefaultColumn;
......@@ -370,7 +372,7 @@ export default {
name: 'ipqcCode',
label: '检验单编号',
align: 'center',
width: 200
width: 180
},
{
name: 'arrangeCode',
......@@ -402,7 +404,7 @@ export default {
name: 'inspectorNickName',
label: '检测人员',
align: 'center',
width: 100
width: 120
},
{
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