From fa00d10a6e95894c19d802bc42da18ad416f9a43 Mon Sep 17 00:00:00 2001 From: yanfeiyong <2060201549@qq.com> Date: Mon, 26 May 2025 11:21:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assetsManagement/officialAccount.vue | 7 +- src/views/components/myDialog/index.vue | 124 + src/views/myTask/audit copy.vue | 5707 +++++++++++++++++ src/views/myTask/audit.vue | 43 + src/views/myTask/auditList.vue | 225 + src/views/myTask/index.vue | 452 ++ src/views/myTask/info.vue | 603 ++ src/views/system/user/danweiList.vue | 310 + src/views/taskManagement/index.vue | 5 +- src/views/unitAutonomicFill/assetsAuth.vue | 53 + src/views/unitAutonomicFill/index.vue | 585 ++ src/views/unitInfo/index.vue | 3 + 12 files changed, 8109 insertions(+), 8 deletions(-) create mode 100644 src/views/components/myDialog/index.vue create mode 100644 src/views/myTask/audit copy.vue create mode 100644 src/views/myTask/audit.vue create mode 100644 src/views/myTask/auditList.vue create mode 100644 src/views/myTask/index.vue create mode 100644 src/views/myTask/info.vue create mode 100644 src/views/system/user/danweiList.vue create mode 100644 src/views/unitAutonomicFill/assetsAuth.vue create mode 100644 src/views/unitAutonomicFill/index.vue create mode 100644 src/views/unitInfo/index.vue diff --git a/src/views/auditPages/assetsManagement/officialAccount.vue b/src/views/auditPages/assetsManagement/officialAccount.vue index 101a80b..77d818d 100644 --- a/src/views/auditPages/assetsManagement/officialAccount.vue +++ b/src/views/auditPages/assetsManagement/officialAccount.vue @@ -456,12 +456,7 @@ const upload = reactive({ : location.origin + "/api/tc/assetOfficialAccount/importData", }); -// 字典数据 -const dict = reactive({ - type: { - sys_ptlx_type: [], - }, -}); + // 生命周期钩子 onMounted(() => { if (Object.keys(route.params).length !== 0) { diff --git a/src/views/components/myDialog/index.vue b/src/views/components/myDialog/index.vue new file mode 100644 index 0000000..f451756 --- /dev/null +++ b/src/views/components/myDialog/index.vue @@ -0,0 +1,124 @@ + + + diff --git a/src/views/myTask/audit copy.vue b/src/views/myTask/audit copy.vue new file mode 100644 index 0000000..d77db6b --- /dev/null +++ b/src/views/myTask/audit copy.vue @@ -0,0 +1,5707 @@ + + diff --git a/src/views/myTask/audit.vue b/src/views/myTask/audit.vue new file mode 100644 index 0000000..7cd3a52 --- /dev/null +++ b/src/views/myTask/audit.vue @@ -0,0 +1,43 @@ + + + + + + \ No newline at end of file diff --git a/src/views/myTask/auditList.vue b/src/views/myTask/auditList.vue new file mode 100644 index 0000000..f89fe97 --- /dev/null +++ b/src/views/myTask/auditList.vue @@ -0,0 +1,225 @@ + + diff --git a/src/views/myTask/index.vue b/src/views/myTask/index.vue new file mode 100644 index 0000000..e3001a8 --- /dev/null +++ b/src/views/myTask/index.vue @@ -0,0 +1,452 @@ + + + + + diff --git a/src/views/myTask/info.vue b/src/views/myTask/info.vue new file mode 100644 index 0000000..5af116d --- /dev/null +++ b/src/views/myTask/info.vue @@ -0,0 +1,603 @@ + + + diff --git a/src/views/system/user/danweiList.vue b/src/views/system/user/danweiList.vue new file mode 100644 index 0000000..b7d285d --- /dev/null +++ b/src/views/system/user/danweiList.vue @@ -0,0 +1,310 @@ + + + + + \ No newline at end of file diff --git a/src/views/taskManagement/index.vue b/src/views/taskManagement/index.vue index 98a0fa7..2c19756 100644 --- a/src/views/taskManagement/index.vue +++ b/src/views/taskManagement/index.vue @@ -1,4 +1,5 @@ +