From 0d768598a73c0d9d34eefa587b3287731344617a Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Sat, 20 Jan 2024 14:27:24 +0800 Subject: [PATCH 1/7] update --- src/views/custom_service/edit.vue | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/views/custom_service/edit.vue b/src/views/custom_service/edit.vue index e89e90a..046850d 100644 --- a/src/views/custom_service/edit.vue +++ b/src/views/custom_service/edit.vue @@ -2,14 +2,6 @@
-
- - - - - - -
@@ -264,8 +256,6 @@ const getlist1 = (id: any) => { // 表单数据 const formData = reactive({ id: '', - dept_id: '', - org_id: '', project_id: '', contacts: '', custom_master_name: "", From 2c70aec99bb6c7b6e205f46674851253d75d9e8b Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Sat, 20 Jan 2024 14:39:27 +0800 Subject: [PATCH 2/7] updata --- src/views/custom_follow/index.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/views/custom_follow/index.vue b/src/views/custom_follow/index.vue index da33a3d..cd06907 100644 --- a/src/views/custom_follow/index.vue +++ b/src/views/custom_follow/index.vue @@ -3,9 +3,18 @@ + + + + + + + + + @@ -36,6 +45,7 @@ + @@ -148,7 +158,10 @@ const list = reactive([ // 查询条件 const queryParams = reactive({ custom_id: '', + name: '', + custom_name: '', contacts: '', + executor: '', date: '', types: '', admin_id: '', From b0034f294107952db3a1947e50aa0d5394588021 Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Sat, 20 Jan 2024 15:05:35 +0800 Subject: [PATCH 3/7] updata --- src/views/project/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/project/index.vue b/src/views/project/index.vue index 2ef3419..f6126e5 100644 --- a/src/views/project/index.vue +++ b/src/views/project/index.vue @@ -119,7 +119,7 @@ 删除 - 详情22 + 详情 From db4c15ce5f4fe94bc06718e01cdf9926f835fabc Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Sat, 20 Jan 2024 15:12:26 +0800 Subject: [PATCH 4/7] updata --- src/views/project/index.vue | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/views/project/index.vue b/src/views/project/index.vue index f6126e5..4750bb8 100644 --- a/src/views/project/index.vue +++ b/src/views/project/index.vue @@ -5,10 +5,7 @@ - - - - + @@ -16,13 +13,8 @@ - - - - - - + + From 19ffb4fcc734ae76351ea355555816a947107db5 Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Sat, 20 Jan 2024 15:14:06 +0800 Subject: [PATCH 5/7] updata --- src/views/project/index.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/views/project/index.vue b/src/views/project/index.vue index 4750bb8..b4d31e2 100644 --- a/src/views/project/index.vue +++ b/src/views/project/index.vue @@ -16,14 +16,6 @@ - - - - - - - - From 2a9edc505e37d4b7d0066549e5c4853105772d3f Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Sat, 20 Jan 2024 15:50:47 +0800 Subject: [PATCH 6/7] update --- src/views/custom_contacts/index.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/custom_contacts/index.vue b/src/views/custom_contacts/index.vue index cdb0703..dd19210 100644 --- a/src/views/custom_contacts/index.vue +++ b/src/views/custom_contacts/index.vue @@ -2,6 +2,9 @@
+ + + @@ -21,7 +24,8 @@ 新增 - + 删除
@@ -30,6 +34,7 @@ + @@ -39,10 +44,12 @@