diff --git a/mes-ui/mes-ui-admin-vue3/src/views/heli/hlvuestyle/productionPrint.vue b/mes-ui/mes-ui-admin-vue3/src/views/heli/hlvuestyle/productionPrint.vue index 5ca5ee99..0f5f3e85 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/heli/hlvuestyle/productionPrint.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/heli/hlvuestyle/productionPrint.vue @@ -151,9 +151,9 @@ 责任人 备注 - + {{ its.index }} - {{its.name}} + {{ its.name }} @@ -204,6 +204,8 @@ + + @@ -276,7 +278,7 @@ - +
3D/日期
{{ item+8 }} {{ item + 8 }}
{{ `名称` }} @@ -361,37 +363,37 @@ const dialogVisible = ref(false) // 弹窗的是否展示 const formData = ref({ tablename: [ { - index:1, + index: 1, name: '母模/毛坯' }, { - index:2, + index: 2, name: '粗,精加工' }, { - index:3, + index: 3, name: '热处理' }, { - index:4, + index: 4, name: '电火花' }, { - index:5, + index: 5, name: '打孔/抛光' }, { - index:6, + index: 6, name: '装配' }, { - index:7, + index: 7, name: '预验收' }, - { - index:8, - name:'检验' + { + index: 8, + name: '检验' } ] })