From eae60bd4eb4f4f7fd9f2da981e962c718d91335a Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 13 十月 2023 14:14:46 +0800
Subject: [PATCH] 跟进记录的编辑反显bug+销售线索的新建,详情的调整
---
src/views/client/salesLead/index.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/client/salesLead/index.vue b/src/views/client/salesLead/index.vue
index 7da5f86..4bc7b1f 100644
--- a/src/views/client/salesLead/index.vue
+++ b/src/views/client/salesLead/index.vue
@@ -31,10 +31,10 @@
@selTableCol="selTableCol"
>
<template slot="tableButton">
- <el-table-column label="鎿嶄綔" width="160">
+ <el-table-column label="鎿嶄綔" width="150">
<template slot-scope="scope">
<el-button @click="handleClick(scope.row)" type="text" size="small">缂栬緫</el-button>
- <el-button @click="followupClick(scope.row)" type="text" size="small">璺熻繘</el-button>
+ <!-- <el-button @click="followupClick(scope.row)" type="text" size="small">璺熻繘</el-button> -->
<el-button @click="advanceClick(scope.row)" type="text" size="small">鎺ㄨ繘</el-button>
<el-button @click="delClick(scope.row.id)" type="text" size="small">鍒犻櫎</el-button>
</template>
@@ -226,9 +226,10 @@
},
// 璺熻繘
followupClick(row) {
- this.editConfig.visible = true
this.editConfig.title = "鏂板缓"
this.editConfig.infomation = { sales_leads_name: row.name }
+
+ this.editConfig.visible = true
},
// 瀵煎叆
importClitk() {
--
Gitblit v1.8.0