Browse Source

票详情展示场次

LaveyD 2 months atrás
parent
commit
a911f6e0ab
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/queryReport/orderList.vue

+ 4 - 1
src/views/queryReport/orderList.vue

@@ -183,7 +183,10 @@
                 width="180"
                 label="游玩时间">
                 <template slot-scope="scope">
-                  {{ scope.row.playDateBegin || scope.row.playDateEnd ? `${scope.row.playDateBegin || ''} - ${scope.row.playDateEnd || ''}` : "无限制" }}
+                  <div v-if="scope.row.batchConfigName"><span>场次:</span>{{ scope.row.batchConfigName }}</div>
+                  <div>
+                    {{ scope.row.playDateBegin || scope.row.playDateEnd ? `${scope.row.playDateBegin || ''} - ${scope.row.playDateEnd || ''}` : "无限制" }}
+                  </div>
                 </template>
               </el-table-column>
               <!-- <el-table-column