Commit d029dea5 authored by youjie's avatar youjie

no message

parent d0dfe973
......@@ -8,37 +8,20 @@
<div>
<p class="cursor-pointer fz14" style="color: #059FF6;cursor: pointer;"
@click="goDetails(scope.row)">{{scope.row.TCNUM}}({{scope.row.TCID}})</p>
<p>日期:{{scope.row.StartDate}}</p>
</div>
</template>
</el-table-column>
<el-table-column prop="StartDate" label="出团日期"></el-table-column>
<el-table-column label="类型">
<template slot-scope="scope">
{{scope.row.TeamTypeName}}/{{scope.row.PriceTeamTypeName}}
</template>
</el-table-column>
<el-table-column label="线路" show-overflow-tooltip>
<template slot-scope="scope">
{{scope.row.LineName}}
</template>
</el-table-column>
<el-table-column label="系列" show-overflow-tooltip>
<template slot-scope="scope">
{{scope.row.LtName}}
</template>
</el-table-column>
<el-table-column prop="Title" label="团名">
</el-table-column>
<el-table-column prop="GuestNum" label="收客人数">
</el-table-column>
<el-table-column prop="StateName" label="状态" show-overflow-tooltip>
<template slot-scope="scope">
<span>{{scope.row.Status}}</span>
</template>
</el-table-column>
<el-table-column prop="LineName" label="线路" show-overflow-tooltip></el-table-column>
<el-table-column prop="LtName" label="系列" show-overflow-tooltip></el-table-column>
<el-table-column prop="Title" label="团名" show-overflow-tooltip></el-table-column>
<el-table-column prop="GuestNum" label="收客人数"></el-table-column>
<el-table-column prop="Status" label="状态"></el-table-column>
</el-table>
</div>
</template>
......
......@@ -360,7 +360,7 @@
</div>
</template>
<div class="ladder-list">
<div class="ladder-title">额外奖励 {{isBranchCompany?'(不含落地团、独立成团)':''}}</div>
<div class="ladder-title">额外奖励 {{isBranchCompany?'(需独立成团、不含落地团)':''}}</div>
<div class="CommissionInfor">
<span>
团数:<span>{{item.TravelAward.TravelNum}}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment