@@ -909,13 +909,7 @@ const config = computed(() => {
width: 140,
},
render(type) {
- if (!type) {
- if (type === 0) {
- return "质检中";
- }
- return "未质检";
- return "已质检";
+ return proxy.dictValueLabel(type, qualityStatus.value);
{