update
This commit is contained in:
@@ -16,7 +16,7 @@ const {data} = defineProps({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<view @click="toPage(`/pages/taskDetails/index?id=${data.id}`)"
|
||||
<view @click="toPage(`/pages/taskDetails/index?id=${data.id}&task_children_id=${data.task_children_id}`)"
|
||||
class="rounded-[8rpx] bg-[#fff] !p-[24rpx] overflow-hidden task-card">
|
||||
<view class="!pb-[20rpx] !flex justify-between" style="border-bottom: 1px solid #E5E6EB">
|
||||
<view style="font-size: 28rpx">
|
||||
|
||||
Reference in New Issue
Block a user