002390 1 ano atrás
pai
commit
684b2c84d7
1 arquivos alterados com 4 adições e 3 exclusões
  1. 4 3
      src/views/purchase/purchase-order/see/index.vue

+ 4 - 3
src/views/purchase/purchase-order/see/index.vue

@@ -390,13 +390,14 @@ export default {
                   :data="tableData" 
                   style="width: 100%"  
                   :row-key="column.key === 'puOrderItemList' ? 'rowNo' :'rowno'"
-                  
                   :headerCellStyle="headerCellFixedStyle"
                   :cellStyle="cellFixedStyle"
+                  :height="tabHeight"
+                >
+                <!-- 
                   max-height="500px"
                   show-summary
-                  :summary-method="getSummaries"
-                >
+                  :summary-method="getSummaries" -->
                   <el-table-column label="序号">
                     <template slot-scope="scope">
                       {{ scope.$index + 1 }}