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