fix:qct检验表加一个“返修检验”类型

This commit is contained in:
shijing 2025-12-29 10:29:37 +08:00
parent ff6a9ad2c6
commit f2cc34cb4c
1 changed files with 2 additions and 8 deletions

View File

@ -117,18 +117,12 @@ import recordDialog from "./qctDetail.vue";
tagsOptions: [
{value:"process",name:"过程检验"},
{value:"inm",name:"库存检验"},
// {value:"purin",name:""},
// {value:"first",name:""},
// {value:"prod",name:""},
// {value:"performance",name:""},
{value:"fix",name:"返修检验"},
],
tags_:{
// "purin":"",
// "first":"",
// "prod":"",
"process":"过程检验",
"inm":"库存检验",
// "performance":""
"fix":"返修检验",
},
}
},