详情优化
This commit is contained in:
parent
d74cc29f74
commit
410f87afca
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user