This commit is contained in:
qsh
2024-06-26 18:24:45 +08:00
parent f63104591b
commit 848830a21b
9 changed files with 169 additions and 145 deletions

View File

@@ -69,6 +69,7 @@
text
style="padding: 0"
@click="handleFollow(row)"
v-if="queryType != 4"
v-hasPermi="['clue:pool:update']"
>
快速新增
@@ -109,7 +110,7 @@
<el-button
type="primary"
link
:disabled="scope.row.state == '成交'"
:disabled="scope.row.state == '成交'"
@click="handleSuccess(scope.row)"
v-hasPermi="['clue:pool:enroll']"
>
@@ -268,7 +269,7 @@ function handleDetail(row) {
}
function handleFollow(row) {
followRef.value.open(row.clueId)
followRef.value.open(row.clueId, row.intentionState)
}
async function makeCall(phone) {