|
@@ -76,12 +76,7 @@
|
|
|
<div class="title" style="display: flex;justify-content: space-between;margin-bottom: 10px;">
|
|
<div class="title" style="display: flex;justify-content: space-between;margin-bottom: 10px;">
|
|
|
<div>
|
|
<div>
|
|
|
检票景点明细
|
|
检票景点明细
|
|
|
- <el-button
|
|
|
|
|
- type="primary"
|
|
|
|
|
- style="margin-left: 20px;"
|
|
|
|
|
- @click="showColumnConfig">
|
|
|
|
|
- 设置显示列
|
|
|
|
|
- </el-button>
|
|
|
|
|
|
|
+ <i class="el-icon-setting" style="cursor: pointer; margin-left: 10px;" title="设置显示列" @click="showColumnConfig" />
|
|
|
</div>
|
|
</div>
|
|
|
<el-input v-model="ticketNoSearch1" placeholder="输入票号查询"></el-input>
|
|
<el-input v-model="ticketNoSearch1" placeholder="输入票号查询"></el-input>
|
|
|
</div>
|
|
</div>
|