update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user