Commit cd2c72d3 authored by 黄奎's avatar 黄奎

页面修改

parent 110cc3ca
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="ChannelName" label="渠道名"> <el-table-column prop="ChannelName" label="渠道名">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="CustomerName" v-if="scope.row.CustomerType||scope.row.ChannelType==1" <div class="CustomerName" style="text-decoration:underline;" v-if="scope.row.CustomerType||scope.row.ChannelType==1"
@click="showDetail(scope.row)"> @click="showDetail(scope.row)">
{{scope.row.ChannelName}} {{scope.row.ChannelName}}
</div> </div>
......
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