update
This commit is contained in:
@@ -138,24 +138,24 @@ const {loading, pagination, initFetchData} = useTableQuery({
|
||||
<!-- 悬赏任务 -->
|
||||
<Filter v-model:from="po" :config="FilterConfig" @search="initFetchData"></Filter>
|
||||
|
||||
<div class="my-[20px] flex-grow flex flex-col">
|
||||
<div class="flex gap-[16px] mb-[20px]">
|
||||
<a-button type="primary" @click="toPath('/home/task-center/new-task')">
|
||||
<template #icon>
|
||||
<icon-plus/>
|
||||
</template>
|
||||
新建子任务
|
||||
</a-button>
|
||||
<a-button>
|
||||
<template #icon>
|
||||
<icon-plus/>
|
||||
</template>
|
||||
从模板快速创建
|
||||
</a-button>
|
||||
</div>
|
||||
<div class="flex gap-[16px] mb-[20px]">
|
||||
<a-button type="primary" @click="toPath('/home/task-center/new-task')">
|
||||
<template #icon>
|
||||
<icon-plus/>
|
||||
</template>
|
||||
新建子任务
|
||||
</a-button>
|
||||
<a-button>
|
||||
<template #icon>
|
||||
<icon-plus/>
|
||||
</template>
|
||||
从模板快速创建
|
||||
</a-button>
|
||||
</div>
|
||||
|
||||
<div class="mt-[20px] flex-grow">
|
||||
<a-table
|
||||
class="flex-grow"
|
||||
class="h-full"
|
||||
:columns="columns"
|
||||
:data="vo.rows"
|
||||
:loading="loading"
|
||||
@@ -186,7 +186,8 @@ const {loading, pagination, initFetchData} = useTableQuery({
|
||||
<template v-slot:action>
|
||||
<div class="flex gap-[16px]">
|
||||
<a-link :hoverable="false">编辑</a-link>
|
||||
<a-link :hoverable="false">查看子任务</a-link>
|
||||
<a-link :hoverable="false" @click="toPath('/home/task-center/look-min-task')">查看子任务
|
||||
</a-link>
|
||||
<a-link :hoverable="false" status="danger">终止</a-link>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user