zhengjinyi 2 лет назад
Родитель
Сommit
a23ab3b3e1

+ 1 - 1
src/main/resources/templates/supplier-center/order/settlement.html

@@ -100,9 +100,9 @@
                             element-loading-text="Loading"
                             border
                             fit
+                            height="400px"
                             highlight-current-row
                             :header-cell-style="{background:'#E1E1E1',color:'#606266'}"
-                            style="min-height: 400px;"
                     >
                         <el-table-column label="订单编号" align="center" prop="shopOrderNo" width="200"  fixed="left">
                             <template slot-scope="{row}">

+ 3 - 3
src/main/resources/templates/supplier-center/shop/goods.html

@@ -28,11 +28,11 @@
             <div class="right">
                 <div class="head-top clear">
                     <div class='form-row low'>
-                        <span v-if="isPC">商品货号:</span>
+                        <span v-if="isPC">商品编码:</span>
                         <el-input
                                 v-model="listQuery.productCode"
                                 class="state"
-                                placeholder="请输入商品货号"
+                                placeholder="请输入商品编码"
                                 clearable
                                 @keyup.enter.native="getList"
                                 @clear="getList"
@@ -150,10 +150,10 @@
                             element-loading-text="Loading"
                             border
                             fit
+                            height="400px"
                             highlight-current-row
                             :header-cell-style="{background:'#E1E1E1',color:'#606266'}"
                             @selection-change="handleSelectionChange"
-                            style="min-height: 400px;"
                     >
                         <el-table-column
                                 type="selection"