|
@@ -261,7 +261,7 @@ onLoad(async (query: { taskId: string }) => {
|
|
|
</div>
|
|
|
</Card>
|
|
|
<BottomAppBar fixed placeholder>
|
|
|
- <template v-if="taskDetails?.finalType == 1">
|
|
|
+ <template v-if="taskDetails?.finalType == 1 && taskDetails?.receive">
|
|
|
<div class="flex items-center justify-between gap-3">
|
|
|
<div
|
|
|
class="grow shrink basis-0 px-5 py-3 bg-[#f2f3ff] rounded-md justify-center items-center gap-1 flex"
|