Browse Source

报价管理:调整代码

chris 1 year ago
parent
commit
0ba03b3e06
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/modules/cus/quoted-add-or-update.vue

+ 4 - 1
src/views/modules/cus/quoted-add-or-update.vue

@@ -93,7 +93,10 @@
       <div style="margin-top: 20px">
         <div class="title">BOM物料明细报价</div>
         <el-row>
-          <el-table :data="productList" border style="width: 100%">
+          <el-table
+            :data="productList"
+            border
+            style="width: 100%">
             <el-table-column
               label="序号"
               type="index"