Commit 76c5367a authored by youjie's avatar youjie

no message

parent 3eaf5fb0
......@@ -64,13 +64,19 @@
label="团队编号"
width="170">
<template slot-scope="scope">
<p>{{scope.row.OutBranchName}}</p>
<span style="cursor: pointer;text-decoration: underline;"
@click="goTravel(scope.row.TCID)">{{scope.row.TCNUM}}({{scope.row.TCID}})</span>
</template>
</el-table-column>
<el-table-column
prop="LtName"
label="系列" show-overflow-tooltip></el-table-column>
label="团信息" show-overflow-tooltip>
<template slot-scope="scope">
<p>{{scope.row.LineName}}</p>
<p>{{scope.row.LtName}}</p>
</template>
</el-table-column>
<el-table-column
prop="Title"
label="团名"
......@@ -81,7 +87,11 @@
label="OP"></el-table-column>
<el-table-column
prop="PriceTeamTypeName"
label="团队类型"></el-table-column>
label="团队类型">
<template slot-scope="scope">
<template v-if="scope.row.TeamTypeName">{{scope.row.TeamTypeName}}/</template>{{scope.row.PriceTeamTypeName}}
</template>
</el-table-column>
<el-table-column
prop="ShouldReceive"
label="应收"></el-table-column>
......
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