维修工单消息跳转功能

This commit is contained in:
zhangjunwen 2024-10-31 14:02:47 +08:00
parent 5abebfbc30
commit 7a44b8351f

View File

@ -108,6 +108,7 @@
label="发送时间" label="发送时间"
align="center" align="center"
prop="createTime" prop="createTime"
sortable
width="180" width="180"
> >
<template v-slot="scope"> <template v-slot="scope">
@ -195,7 +196,7 @@
v-show="scope.row.orderId && scope.row.type === 3" v-show="scope.row.orderId && scope.row.type === 3"
size="mini" size="mini"
type="text" type="text"
icon="el-icon-check" icon="el-icon-tickets"
@click="handle2MaintenanceOrder(scope.row.orderId)" @click="handle2MaintenanceOrder(scope.row.orderId)"
>维修工单</el-button> >维修工单</el-button>
</template> </template>