This commit is contained in:
2025-03-14 19:17:54 +08:00
parent d8a805f559
commit da07ae2b29
5 changed files with 32 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ import Filter from "../../../../components/Filter/index.vue";
import TooltipTag from "../../../../components/TooltipTag/index.vue";
import useTableQuery from "../../../../hooks/useTableQuery.js";
import Api from "../../../../api/index.js";
import {toPath} from "../../../../utils/index.js";
const columns = [
{
@@ -139,7 +140,7 @@ const {loading, pagination, initFetchData} = useTableQuery({
<div class="my-[20px] flex-grow flex flex-col">
<div class="flex gap-[16px] mb-[20px]">
<a-button type="primary">
<a-button type="primary" @click="toPath('/home/task-center/new-task')">
<template #icon>
<icon-plus/>
</template>