出厂检测报告改造
This commit is contained in:
@@ -582,6 +582,8 @@ const columns = reactive<ColumnProps<Device.ResPqDev>[]>([
|
||||
return '已生成'
|
||||
} else if (scope.row.reportState === 2) {
|
||||
return '未检'
|
||||
}else if(scope.row.reportState === 3){
|
||||
return '已上传'
|
||||
}
|
||||
return ''
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user