Commit 3e658841 authored by 罗超's avatar 罗超

no message

parent 582b8300
...@@ -104,11 +104,19 @@ ...@@ -104,11 +104,19 @@
<el-table-column prop="MobilePhone" label="手机号码" width="120" v-if="queryType[1].show" <el-table-column prop="MobilePhone" label="手机号码" width="120" v-if="queryType[1].show"
show-overflow-tooltip> show-overflow-tooltip>
</el-table-column> </el-table-column>
<el-table-column prop="Address" label="地址" v-if="queryType[2].show" show-overflow-tooltip>
</el-table-column>
<el-table-column prop="CustomerSourceTypeStr" label="客户来源" v-if="queryType[3].show" <el-table-column prop="CustomerSourceTypeStr" label="客户来源" v-if="queryType[3].show"
show-overflow-tooltip> show-overflow-tooltip>
</el-table-column> </el-table-column>
<el-table-column prop="SourceAccountName" label="来源细分" v-if="queryType[31].show"
show-overflow-tooltip>
</el-table-column>
<el-table-column prop="ClueDemand" label="需求" v-if="queryType[32].show"
show-overflow-tooltip>
</el-table-column>
<el-table-column prop="WeChatNo" label="微信号" v-if="queryType[33].show"
show-overflow-tooltip>
</el-table-column>
<el-table-column prop="TraveNum" label="参团数" sortable v-if="queryType[4].show" show-overflow-tooltip> <el-table-column prop="TraveNum" label="参团数" sortable v-if="queryType[4].show" show-overflow-tooltip>
</el-table-column> </el-table-column>
<el-table-column prop="OrderCount" label="订单交易数" sortable v-if="queryType[24].show" <el-table-column prop="OrderCount" label="订单交易数" sortable v-if="queryType[24].show"
...@@ -122,6 +130,8 @@ ...@@ -122,6 +130,8 @@
</el-table-column> </el-table-column>
<el-table-column prop="AddressDetail" label="家庭详细地址" sortable v-if="queryType[27].show" <el-table-column prop="AddressDetail" label="家庭详细地址" sortable v-if="queryType[27].show"
show-overflow-tooltip> show-overflow-tooltip>
<el-table-column prop="Address" label="地址" v-if="queryType[2].show" show-overflow-tooltip>
</el-table-column>
</el-table-column> </el-table-column>
<el-table-column prop="HistoryRecord" label="出境记录" sortable v-if="queryType[26].show" <el-table-column prop="HistoryRecord" label="出境记录" sortable v-if="queryType[26].show"
show-overflow-tooltip> show-overflow-tooltip>
...@@ -448,7 +458,16 @@ ...@@ -448,7 +458,16 @@
}, { }, {
label: "是否推存", label: "是否推存",
show: true, show: true,
}, ], }, {
label: "来源细分",
show: true,
}, {
label: "需求",
show: true,
}, {
label: "微信号",
show: true,
},],
CustomerId: 0, CustomerId: 0,
CustomerIdStr: "", CustomerIdStr: "",
transferVisible: false, transferVisible: false,
......
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