From 66e227fe31a289c2b7e8335d0b76092505814025 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Sun, 23 Apr 2023 08:17:26 +0800 Subject: [PATCH] 'commit' --- WebRoot/html/ypzs/view/apply.html | 2 +- WebRoot/html/ypzs/view/error.html | 8 +- WebRoot/html/ypzs/view/taskManageAdd.html | 35 +++ WebRoot/html/ypzs/view/taskManageList.html | 241 +++++++++++++++++++++ 4 files changed, 284 insertions(+), 2 deletions(-) create mode 100644 WebRoot/html/ypzs/view/taskManageAdd.html create mode 100644 WebRoot/html/ypzs/view/taskManageList.html diff --git a/WebRoot/html/ypzs/view/apply.html b/WebRoot/html/ypzs/view/apply.html index 09cd3a2..5650ea7 100644 --- a/WebRoot/html/ypzs/view/apply.html +++ b/WebRoot/html/ypzs/view/apply.html @@ -45,7 +45,7 @@
- +
diff --git a/WebRoot/html/ypzs/view/error.html b/WebRoot/html/ypzs/view/error.html index 16fadc7..97fd1c2 100644 --- a/WebRoot/html/ypzs/view/error.html +++ b/WebRoot/html/ypzs/view/error.html @@ -2,7 +2,7 @@ - 失败 + 报名未开始 @@ -19,6 +19,12 @@
+ diff --git a/WebRoot/html/ypzs/view/taskManageAdd.html b/WebRoot/html/ypzs/view/taskManageAdd.html new file mode 100644 index 0000000..9361e69 --- /dev/null +++ b/WebRoot/html/ypzs/view/taskManageAdd.html @@ -0,0 +1,35 @@ + + + + + 添加任务 + + + + + +
+
+ +
+ +
+
+
+
+ + +
+
+
+ + + diff --git a/WebRoot/html/ypzs/view/taskManageList.html b/WebRoot/html/ypzs/view/taskManageList.html new file mode 100644 index 0000000..ff43caf --- /dev/null +++ b/WebRoot/html/ypzs/view/taskManageList.html @@ -0,0 +1,241 @@ + + + + + + + + + + + +
+
+
+
+
+ + + + + + + + + + + + + + \ No newline at end of file