Commit 738c3c88 authored by dcy's avatar dcy

修改图标

parent 53468e1a
...@@ -85,9 +85,9 @@ ...@@ -85,9 +85,9 @@
v-hasPermi="['ecw:customer:query']">查看</el-button> v-hasPermi="['ecw:customer:query']">查看</el-button>
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" <el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
v-hasPermi="['ecw:customer:update']">修改</el-button> v-hasPermi="['ecw:customer:update']">修改</el-button>
<el-button size="mini" type="text" icon="el-icon-edit" @click="followUp(scope.row)">跟进</el-button> <el-button size="mini" type="text" icon="el-icon-collection" @click="followUp(scope.row)">跟进</el-button>
<el-button size="mini" type="text" icon="el-icon-edit" <el-button size="mini" type="text" icon="el-icon-user"
v-hasPermi="['ecw:customer:update']" @click="tousu(scope.row)">客诉</el-button> v-hasPermi="['ecw:customer:update']" @click="complaint(scope.row)">客诉</el-button>
<el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)"
v-hasPermi="['ecw:customer:delete']">删除</el-button> v-hasPermi="['ecw:customer:delete']">删除</el-button>
</template> </template>
...@@ -317,7 +317,7 @@ export default { ...@@ -317,7 +317,7 @@ export default {
this.customerId = row.id this.customerId = row.id
this.$refs['customerFollowList'].customerFollow.dialogVisible = true; this.$refs['customerFollowList'].customerFollow.dialogVisible = true;
}, },
tousu(row){ complaint(row){
this.customerId = row.id; this.customerId = row.id;
this.$nextTick(()=>{ this.$nextTick(()=>{
this.$refs['customerComplaint'].handleAdd() this.$refs['customerComplaint'].handleAdd()
......
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