Browse Source

JLHWEB: 修复床垫报价tab显示

JohnnyChan 1 week ago
parent
commit
9bfef8146e
1 changed files with 15 additions and 15 deletions
  1. 15 15
      JLHWEB/src/views/quote/mattressQuote/detail.vue

+ 15 - 15
JLHWEB/src/views/quote/mattressQuote/detail.vue

@@ -77,7 +77,7 @@
           <LjVxeTable
             ref="fabricMxTab8Ref"
             row-key="key"
-            table-cls=""
+            table-cls="h-full"
             :data="fabricMxTab8"
             :columns="columnsMx"
             :dwname="DwnameEnum.mattressQuoteMx"
@@ -121,7 +121,7 @@
           <LjVxeTable
             ref="fabricMxTab9Ref"
             row-key="key"
-            table-cls=""
+            table-cls="h-full"
             :data="fabricMxTab9"
             :columns="columnsMx"
             :dwname="DwnameEnum.mattressQuoteMx"
@@ -165,7 +165,7 @@
           <LjVxeTable
             ref="fabricMxTab10Ref"
             row-key="key"
-            table-cls=""
+            table-cls="h-full"
             :data="fabricMxTab10"
             :columns="columnsMx"
             :dwname="DwnameEnum.mattressQuoteMx"
@@ -227,7 +227,7 @@
           <LjVxeTable
             ref="fabricMxTab11Ref"
             row-key="key"
-            table-cls=""
+            table-cls="h-full"
             :data="fabricMxTab11"
             :columns="columnsMx"
             :dwname="DwnameEnum.mattressQuoteMx"
@@ -289,7 +289,7 @@
           <LjVxeTable
             ref="fabricMxTab12Ref"
             row-key="key"
-            table-cls=""
+            table-cls="h-full"
             :data="fabricMxTab12"
             :columns="columnsMx"
             :dwname="DwnameEnum.mattressQuoteMx"
@@ -328,7 +328,7 @@
           <LjVxeTable
             ref="fabricMxTab13Ref"
             row-key="key"
-            table-cls=""
+            table-cls="h-full"
             :data="fabricMxTab13"
             :columns="columnsMx"
             :dwname="DwnameEnum.mattressQuoteMx"
@@ -367,7 +367,7 @@
       <LjVxeTable
         ref="bednetMxRef"
         row-key="key"
-        table-cls=""
+        table-cls="h-full"
         :data="bednetMxData"
         :columns="columnsMxBednet"
         :dwname="DwnameEnum.mattressQuoteMxBednet"
@@ -410,7 +410,7 @@
       <LjVxeTable
         ref="cushionsMxRef"
         row-key="key"
-        table-cls=""
+        table-cls="h-full"
         :data="cushionsMxData"
         :columns="columnsMxCushions"
         :dwname="DwnameEnum.mattressQuoteMxCushions"
@@ -453,7 +453,7 @@
       <LjVxeTable
         ref="accessoriesMxRef"
         row-key="key"
-        table-cls=""
+        table-cls="h-full"
         :data="accessoriesMxData"
         :columns="columnsMxAccessories"
         :dwname="DwnameEnum.mattressQuoteMxAccessories"
@@ -490,7 +490,7 @@
       <LjVxeTable
         ref="packagMxRef"
         row-key="key"
-        table-cls=""
+        table-cls="h-full"
         :data="packagMxData"
         :columns="columnsMxPackag"
         :dwname="DwnameEnum.mattressQuoteMxPackag"
@@ -556,7 +556,7 @@
       <LjVxeTable
         ref="innerClothLayerMxRef"
         row-key="key"
-        table-cls=""
+        table-cls="h-full"
         :request-api="getData_innerClothLayer"
         :data-callback="dataCallbackMx"
         :init-param="initParams"
@@ -595,7 +595,7 @@
       <LjVxeTable
         ref="topCottonMxRef"
         row-key="key"
-        table-cls=""
+        table-cls="h-full"
         :request-api="getData_topCotton"
         :data-callback="dataCallbackMx"
         :init-param="initParams"
@@ -637,7 +637,7 @@
       <LjVxeTable
         ref="specialProcessesMxRef"
         row-key="key"
-        table-cls=""
+        table-cls="h-full"
         :request-api="getData_specialProcesses"
         :data-callback="dataCallbackMx"
         :init-param="initParams"
@@ -668,7 +668,7 @@
       <LjVxeTable
         ref="additionalCostsMxRef"
         row-key="key"
-        table-cls=""
+        table-cls="h-full"
         :request-api="getData_additionalCosts"
         :data-callback="dataCallbackMx"
         :init-param="initParams"
@@ -704,7 +704,7 @@
       <LjVxeTable
         ref="subSpecsRef"
         row-key="key"
-        table-cls=""
+        table-cls="h-full"
         :request-auto="false"
         :request-api="getData_subSpecs"
         :data-callback="dataCallbackMx"