档案管理-档案列表,列表中已分析的档案需要增加一个“查看商机”的按钮
This commit is contained in:
parent
2d50a10cd0
commit
ba93448921
@ -100,6 +100,25 @@
|
|||||||
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"
|
||||||
@ -115,6 +134,7 @@
|
|||||||
>
|
>
|
||||||
详情
|
详情
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user