From 4ca0c18842cf2564528f8c2a203ea4a0131e341b Mon Sep 17 00:00:00 2001 From: RenCheng Date: Fri, 7 Mar 2025 16:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=BB=E5=8A=A1=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/index.vue | 4 +- src/views/task/statistics.vue | 295 ++++++++++++++++++++++++++++++++++ 2 files changed, 297 insertions(+), 2 deletions(-) create mode 100644 src/views/task/statistics.vue diff --git a/src/views/task/index.vue b/src/views/task/index.vue index 9bdf411..4d169eb 100644 --- a/src/views/task/index.vue +++ b/src/views/task/index.vue @@ -5,7 +5,6 @@
- 新增 @@ -67,7 +66,7 @@ taskDeleteById } from '@/api/task' import { JeecgListMixin } from '@/mixins/JeecgListMixin' import JEllipsis from "@/components/jeecg/JEllipsis"; - + import guaz from '@assets/guaz.png' export default { name: "tasklist", mixins:[JeecgListMixin], @@ -83,6 +82,7 @@ return { description: '任务规划管理', dataSources: [], + guaz, queryParam: { pageNum :1, pageSize:20 diff --git a/src/views/task/statistics.vue b/src/views/task/statistics.vue new file mode 100644 index 0000000..3be2fb8 --- /dev/null +++ b/src/views/task/statistics.vue @@ -0,0 +1,295 @@ + + + + \ No newline at end of file