|
|
@@ -88,7 +88,7 @@
|
|
|
<el-button @click.stop="down(scope.row)" size="small" type="primary" v-if="scope.row.status!=5 && scope.row.status!=1">下载</el-button>
|
|
|
<el-button size="small" v-else>下载</el-button>
|
|
|
|
|
|
- <el-button @click.stop="allDown(scope.row)" size="small" type="primary" v-if="scope.row.status!=5 && scope.row.status!=1 && scope.row.sameTimeIdsNum>1">全部下载</el-button>
|
|
|
+ <el-button @click.stop="allDown(scope.row)" size="small" type="primary" v-if="scope.row.status!=5 && scope.row.status!=1 && scope.row.sameTimeIdsNum>1">全下载</el-button>
|
|
|
<el-button size="small" v-else>全部下载</el-button>
|
|
|
</template>
|
|
|
|
|
|
@@ -384,6 +384,12 @@ export default {
|
|
|
align: 'center',
|
|
|
width: '50'
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: 'sameTimeIdsNum',
|
|
|
+ label: '当天多单',
|
|
|
+ align: 'center',
|
|
|
+ width: '80'
|
|
|
+ },
|
|
|
{
|
|
|
prop: 'book',
|
|
|
label: '预订',
|
|
|
@@ -396,12 +402,6 @@ export default {
|
|
|
align: 'center',
|
|
|
width: '75'
|
|
|
},
|
|
|
- {
|
|
|
- prop: 'sameTimeIdsNum',
|
|
|
- label: '当天多单',
|
|
|
- align: 'center',
|
|
|
- width: '80'
|
|
|
- },
|
|
|
{
|
|
|
prop: 'prePrice',
|
|
|
label: '总价',
|