| | |
| | | :summary-method="summarizeMainTable" |
| | | @expand-change="expandChange" |
| | | height="calc(100vh - 18.5em)" |
| | | stripe |
| | | > |
| | | <el-table-column align="center" type="selection" width="55" /> |
| | | <el-table-column type="expand"> |
| | |
| | | border |
| | | show-summary |
| | | :summary-method="summarizeChildrenTable" |
| | | stripe |
| | | > |
| | | <el-table-column |
| | | align="center" |
| | |
| | | :data="productData" |
| | | border |
| | | @selection-change="productSelected" |
| | | stripe |
| | | show-summary |
| | | style="width: 100%" |
| | | :summary-method="summarizeChildrenTable" |
| | |
| | | v-model="scope.row.ticketsNum" |
| | | placeholder="请选择" |
| | | :min="0" |
| | | :precision="2" |
| | | :step="0.1" |
| | | clearable |
| | | style="width: 100%" |
| | |
| | | v-model="scope.row.ticketsAmount" |
| | | placeholder="请选择" |
| | | :min="0" |
| | | :precision="2" |
| | | :step="0.1" |
| | | clearable |
| | | style="width: 100%" |