详情优化

This commit is contained in:
XaoLi717 2024-10-31 18:11:02 +08:00
parent d74cc29f74
commit 410f87afca

View File

@ -9,7 +9,7 @@
<el-link
type="primary"
:underline="false"
@click.prevent="more"
@click.prevent="moreNews"
target="_blank"
style="margin-top: 10px"
>
@ -231,7 +231,7 @@
type="primary"
:underline="false"
target="_blank"
@click.prevent="more"
@click.prevent="moreNews"
style="margin-top: 10px"
>
更多>>
@ -365,9 +365,21 @@ const handleCarouselChange = async (currentIndex:number) => {
}
//
const more = async () => {
const moreNews = async () => {
await push({name: 'Homeimg'})
}
//
const moreTodos = async () => {
await push({name: 'BpmTodoTask'})
}
//
const moreDones = async () => {
await push({name: 'BpmTodoTask'})
}
//
const moreCopys = async () => {
await push({name: 'BpmProcessInstanceCopy'})
}
/** 处理审批按钮 */
const handleAudit = (row: any) => {
console.log("processInstanceId",row.processInstanceId.id)