|
@@ -176,7 +176,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="跟进阶段" width="200" align="center" prop="visitStatus">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-tag prop="visitStatus" v-for="(item, index) in statusOptions" v-if="scope.row.status==item.dictValue">{{item.dictLabel}}</el-tag><br/>
|
|
|
+ <el-tag prop="visitStatus" v-for="(item, index) in statusOptions" v-if="scope.row.visitStatus==item.dictValue">{{item.dictLabel}}</el-tag><br/>
|
|
|
<el-button v-hasPermi="['crm:customer:addVisitStatus']" type="text" size="mini" @click="handleVisitStatus(scope.row)">修改</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|