Compare commits

..

No commits in common. "6a1c313bc10e573c387ee44b8066d83a2001966c" and "432172d2a13a6c89a1d253367140f27e093a7cdc" have entirely different histories.

1 changed files with 8 additions and 2 deletions

View File

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