|
|
@@ -247,14 +247,6 @@
|
|
|
fixed="left"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
- <div class="order-info-item">
|
|
|
- <el-tag
|
|
|
- type="primary"
|
|
|
- size="small"
|
|
|
- >
|
|
|
- {{ scope.row.firstTicketTypeName }}
|
|
|
- </el-tag>
|
|
|
- </div>
|
|
|
<div class="order-info-item">
|
|
|
<div class="label">订单号:</div>
|
|
|
<div class="value">{{ scope.row.orderNo }}</div>
|
|
|
@@ -272,6 +264,13 @@
|
|
|
</el-tag> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ width="160"
|
|
|
+ prop="firstTicketTypeName"
|
|
|
+ show-overflow-tooltip
|
|
|
+ label="票种"
|
|
|
+ >
|
|
|
+ </el-table-column>
|
|
|
<!-- <el-table-column
|
|
|
width="75"
|
|
|
prop="orderCategory"
|
|
|
@@ -478,7 +477,7 @@
|
|
|
:page-sizes="[10, 20, 50, 100]"
|
|
|
:page-size="form.pageSize"
|
|
|
@size-change="handleSizeChange"
|
|
|
- @current-change="getOrderList()"
|
|
|
+ @current-change="getOrderList"
|
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
|
:total="total"
|
|
|
>
|