From 1a5e8625d604d5e54f982279af0d73cb2c12c627 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Tue, 8 Aug 2023 09:09:11 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=AE=97=E6=B3=95?=
=?UTF-8?q?=E9=80=BB=E8=BE=91=E7=BB=93=E6=9E=84,=E6=8F=90=E5=8D=87?=
=?UTF-8?q?=E6=80=A7=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/user_informationg/details.vue | 48 +++++--------------------
1 file changed, 8 insertions(+), 40 deletions(-)
diff --git a/src/views/user_informationg/details.vue b/src/views/user_informationg/details.vue
index fd12944..b44b359 100644
--- a/src/views/user_informationg/details.vue
+++ b/src/views/user_informationg/details.vue
@@ -310,34 +310,13 @@
-
-
-
-
-
-
-
+ >
diff --git a/src/views/task_template/index.vue b/src/views/task_template/index.vue
new file mode 100644
index 0000000..1e353b5
--- /dev/null
+++ b/src/views/task_template/index.vue
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+ 新增
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
From f87a7df747477dd0dcf6ad44b4cb0a03ea137241 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Tue, 8 Aug 2023 12:03:03 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=BB=E5=8A=A1?=
=?UTF-8?q?=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/task/calendar.vue | 5 +-
src/views/task/taskCalendar.vue | 181 ++++++++++++++++++++++++++++++++
2 files changed, 184 insertions(+), 2 deletions(-)
create mode 100644 src/views/task/taskCalendar.vue
diff --git a/src/views/task/calendar.vue b/src/views/task/calendar.vue
index 5ee32e1..793a28b 100644
--- a/src/views/task/calendar.vue
+++ b/src/views/task/calendar.vue
@@ -10,7 +10,9 @@
-
+
{{ data.day.split("-").slice(1).join("-") }}
@@ -92,7 +94,6 @@ const taskList = ref([]);
const loadTask = async () => {
let res: any = await apiTaskIndex(queryParams);
taskList.value = res.lists;
- // console.log(taskList.value);
loading.value = false;
};
diff --git a/src/views/task/taskCalendar.vue b/src/views/task/taskCalendar.vue
new file mode 100644
index 0000000..f72ae89
--- /dev/null
+++ b/src/views/task/taskCalendar.vue
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+ {{ data.day.split("-").slice(1).join("-") }}
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file