|
@@ -74,6 +74,14 @@ const stepComponents = ref([
|
|
|
compentType: "liuzhuan",
|
|
|
},
|
|
|
{
|
|
|
+ compentName: "检验",
|
|
|
+ compentType: "jianyan",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ compentName: "编号填写",
|
|
|
+ compentType: "bianhao",
|
|
|
+ },
|
|
|
+ {
|
|
|
compentName: "图纸",
|
|
|
compentType: "tuzhi",
|
|
|
},
|
|
@@ -89,14 +97,6 @@ const stepComponents = ref([
|
|
|
compentName: "报工",
|
|
|
compentType: "baogong",
|
|
|
},
|
|
|
- {
|
|
|
- compentName: "检验",
|
|
|
- compentType: "jianyan",
|
|
|
- },
|
|
|
- {
|
|
|
- compentName: "编号填写",
|
|
|
- compentType: "bianhao",
|
|
|
- },
|
|
|
]);
|
|
|
</script>
|
|
|
|