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