From f09b4249f7df5f06fe485ae34b1d87f7e676dc8f Mon Sep 17 00:00:00 2001 From: qiuhongwu Date: Thu, 1 Feb 2024 13:03:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BF=A1=E6=81=AF=20?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E7=94=9F=E4=BA=A7=E5=8D=95=E5=88=9D=E6=AD=A5?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/heli/hlvuestyle/productionPrint.vue | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) 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: '检验' } ] })