|
@@ -260,7 +260,7 @@ onLoad(async (query: { taskId: string }) => {
|
|
|
</template>
|
|
|
</div>
|
|
|
</Card>
|
|
|
- <BottomAppBar fixed placeholder v-if="taskDetails?.receive">
|
|
|
+ <BottomAppBar fixed placeholder>
|
|
|
<template v-if="taskDetails?.finalType == 1">
|
|
|
<div class="flex items-center justify-between gap-3">
|
|
|
<div
|
|
@@ -284,7 +284,7 @@ onLoad(async (query: { taskId: string }) => {
|
|
|
</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <template v-if="taskDetails?.receive">
|
|
|
+ <template v-if="!taskDetails?.receive && taskDetails?.finalType == 2">
|
|
|
<div class="px-5 py-3 bg-[#2357e9] rounded-md justify-center items-center gap-1">
|
|
|
<div
|
|
|
@click="publishState = true"
|