详情优化

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 <el-link
type="primary" type="primary"
:underline="false" :underline="false"
@click.prevent="more" @click.prevent="moreNews"
target="_blank" target="_blank"
style="margin-top: 10px" style="margin-top: 10px"
> >
@ -231,7 +231,7 @@
type="primary" type="primary"
:underline="false" :underline="false"
target="_blank" target="_blank"
@click.prevent="more" @click.prevent="moreNews"
style="margin-top: 10px" style="margin-top: 10px"
> >
更多>> 更多>>
@ -365,9 +365,21 @@ const handleCarouselChange = async (currentIndex:number) => {
} }
// //
const more = async () => { const moreNews = async () => {
await push({name: 'Homeimg'}) 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) => { const handleAudit = (row: any) => {
console.log("processInstanceId",row.processInstanceId.id) console.log("processInstanceId",row.processInstanceId.id)