From 729c76e5ef9107dfb7465d05a5c90aafb3667fa1 Mon Sep 17 00:00:00 2001
From: shaoleiliu-netizen123 <480188199@qq.com>
Date: Wed, 3 Jun 2026 17:31:09 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B4=BE=E5=B7=A5=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E6=9A=82=E5=81=9C/=E5=90=AF=E7=94=A8=E4=BB=A3?=
=?UTF-8?q?=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/system.ts | 8 +
src/views/biz/submitLog/statistics.vue | 3 +-
src/views/production/dispatchwork/index.vue | 162 ++++++++++++++------
src/views/production/myassigtask/index.vue | 64 ++++++--
4 files changed, 175 insertions(+), 62 deletions(-)
diff --git a/src/api/system.ts b/src/api/system.ts
index d1f97bb..282dc6d 100644
--- a/src/api/system.ts
+++ b/src/api/system.ts
@@ -126,6 +126,14 @@ export const userApi = {
method: 'get',
responseType: 'blob'
})
+ },
+
+ //查询全部用户
+ getPathList() {
+ return request({
+ url:"sys/user/list",
+ method:'get'
+ })
}
}
diff --git a/src/views/biz/submitLog/statistics.vue b/src/views/biz/submitLog/statistics.vue
index 56e6bac..99ef03f 100644
--- a/src/views/biz/submitLog/statistics.vue
+++ b/src/views/biz/submitLog/statistics.vue
@@ -73,7 +73,8 @@
import { ref, reactive, h, onMounted } from 'vue'
import { dictDataApi } from '@/api/org'
import { submitLogApi } from '@/api/submitLog'
-
+import { NButton, NSpace, NIcon,NTag, NUpload, useMessage, useDialog, type DataTableColumns, type UploadCustomRequestOptions } from 'naive-ui'
+import { SearchOutline, RefreshOutline, AddOutline, TrashOutline, CreateOutline, CloudUploadOutline, DownloadOutline, Options } from '@vicons/ionicons5'
//字典数据
const statisticTypeOptions = ref<{ label: string; value: any }[]>([])
diff --git a/src/views/production/dispatchwork/index.vue b/src/views/production/dispatchwork/index.vue
index 3d62f2a..1b1f35f 100644
--- a/src/views/production/dispatchwork/index.vue
+++ b/src/views/production/dispatchwork/index.vue
@@ -16,7 +16,7 @@
-
+