供销后台:档案管理-档案列表,列表中已分析的档案需要增加一个“查看商机”的按钮
This commit is contained in:
parent
ed8c15cc3b
commit
16c46dcf32
@ -100,6 +100,23 @@
|
|||||||
fixed="right"
|
fixed="right"
|
||||||
>
|
>
|
||||||
<template #default="{ row }">
|
<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
|
<el-button
|
||||||
v-perms="['user_informationg.user_informationg/details']"
|
v-perms="['user_informationg.user_informationg/details']"
|
||||||
type="primary"
|
type="primary"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user