From 4652431ce329b4dec6c4dcc0758d5c4ff97e0666 Mon Sep 17 00:00:00 2001 From: 86134 <aa> Date: 星期六, 11 十一月 2023 09:57:10 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/product/workbench/product-record-form.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/product/workbench/product-record-form.vue b/src/views/product/workbench/product-record-form.vue index 309af6e..03686fd 100644 --- a/src/views/product/workbench/product-record-form.vue +++ b/src/views/product/workbench/product-record-form.vue @@ -10,7 +10,7 @@ > <div class="product-record-form-header"> <div> - <span>鐢熶骇妯℃澘</span> + <span>璁板綍妯℃澘锛�</span> <el-select v-model="selectedTemplateId" placeholder="鐢熶骇璁板綍妯℃澘" @@ -63,7 +63,7 @@ </div> </div> </div> - <div class="product-record-form-header"> + <!-- <div class="product-record-form-header"> <div> <span>鍒嗗壊妯℃澘</span> <el-select @@ -117,9 +117,9 @@ </el-input> </div> </div> - </div> + </div> --> <div class="table"> - <div class="table-sn"> + <!-- <div class="table-sn"> <el-table :data="outputPartsList" :border="true"> <el-table-column label="搴忓彿" type="index"></el-table-column> <el-table-column label="SN鍙�"> @@ -138,7 +138,7 @@ </template> </el-table-column> </el-table> - </div> + </div> --> <div class="table-product"> <el-table ref="productRecordFormTable" @@ -219,7 +219,7 @@ flex: 0.35; } .table-product { - flex: 0.6; + flex: 1; } } .product-record-form-table >>> .stripe-row { -- Gitblit v1.9.3