@@ -19,7 +19,13 @@ let ykj_id = $ref('');
}
</route>
<template>
-
+ <NavHeader/>
+ <bread-crumb/>
+ <div class="w-1200px m-auto">
+ <div class="relative -mt-40px flex justify-end">
+ <button type="button" class="back-btn" @click="linkTo({name:'process'})">返回</button>
+ </div>
</template>
<style scoped lang="scss">
@@ -275,7 +275,7 @@ onMounted(() => {
<td>{{item.zfs}}</td>
<td>{{item.pjf}}</td>
<td>
- <button type="button" class="op-btn" @click="linkTo({name:'process-pyjd-id-bh',})">查看详情</button>
+ <button type="button" class="op-btn" @click="linkTo({name:'process-pyjd-id-bh',params:{id:ykj_id,bh:item.ysdt_pyyhbh}})">查看详情</button>
</td>
</tr>
</table>