出厂检测报告改造

This commit is contained in:
2025-07-24 16:30:19 +08:00
parent 9e8e44b886
commit 327801d040
4 changed files with 49 additions and 4 deletions

View File

@@ -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 ''
},