档案管理-档案列表,列表中已分析的档案需要增加一个“查看商机”的按钮
This commit is contained in:
parent
2d50a10cd0
commit
ba93448921
@ -100,6 +100,25 @@
|
||||
fixed="right"
|
||||
>
|
||||
<template #default="{ row }">
|
||||
<el-button
|
||||
|
||||
v-if="row.aianalyse_status==1"
|
||||
v-perms="['user_informationg.user_informationg/details']"
|
||||
type="primary"
|
||||
link
|
||||
>
|
||||
<router-link
|
||||
:to="{
|
||||
path: 'user_informationg/details',
|
||||
query: {
|
||||
id: row.id,
|
||||
},
|
||||
}"
|
||||
>
|
||||
商机分析
|
||||
</router-link>
|
||||
|
||||
</el-button>
|
||||
<el-button
|
||||
v-perms="['user_informationg.user_informationg/details']"
|
||||
type="primary"
|
||||
@ -115,6 +134,7 @@
|
||||
>
|
||||
详情
|
||||
</router-link>
|
||||
|
||||
</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
Loading…
x
Reference in New Issue
Block a user