From eca324378304932bd6c5bccf255b913987a83bd7 Mon Sep 17 00:00:00 2001
From: KindSeven <2845382437@qq.com>
Date: Wed, 11 Sep 2024 02:03:14 +0800
Subject: [PATCH 1/2] =?UTF-8?q?feat:=E5=AE=8C=E6=88=90=E4=BA=866=E4=B8=AA?=
=?UTF-8?q?=E6=90=9C=E7=B4=A2form=EF=BC=8C=E5=AE=8C=E6=88=90=E4=BA=86table?=
=?UTF-8?q?=E4=B8=AD=E5=B7=A5=E5=8D=95=E5=8F=B7=EF=BC=8C=E5=B7=A5=E5=8D=95?=
=?UTF-8?q?=E5=90=8D=E7=A7=B0=E7=AD=89=E6=B7=BB=E5=8A=A0=EF=BC=8C=E5=AE=8C?=
=?UTF-8?q?=E6=88=90=E4=BA=86=E5=85=B3=E9=97=AD=E4=B8=8E=E5=88=A0=E9=99=A4?=
=?UTF-8?q?=E7=9A=84box=E5=BC=B9=E7=AA=97=EF=BC=8C=E6=AD=A3=E5=9C=A8?=
=?UTF-8?q?=E5=B0=81=E8=A3=85=E8=AF=A6=E6=83=85Edit=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/fvcomponents/fvSearchForm/index.vue | 2 +-
.../task-management/all-work-order/index.vue | 223 +++++++++++++++---
.../task-management/components/WorkEdit.vue | 26 ++
3 files changed, 219 insertions(+), 32 deletions(-)
create mode 100644 src/views/task-management/components/WorkEdit.vue
diff --git a/src/fvcomponents/fvSearchForm/index.vue b/src/fvcomponents/fvSearchForm/index.vue
index 8afc13b..285ec08 100644
--- a/src/fvcomponents/fvSearchForm/index.vue
+++ b/src/fvcomponents/fvSearchForm/index.vue
@@ -33,7 +33,7 @@
{{ showMore ? '收起' : '展开' }}
- 搜索
+ 查询
重置
diff --git a/src/views/task-management/all-work-order/index.vue b/src/views/task-management/all-work-order/index.vue
index d0dc3a6..fe3efe4 100644
--- a/src/views/task-management/all-work-order/index.vue
+++ b/src/views/task-management/all-work-order/index.vue
@@ -1,24 +1,28 @@
+
-
+
diff --git a/src/views/task-management/components/WorkEdit.vue b/src/views/task-management/components/WorkEdit.vue
new file mode 100644
index 0000000..a12e29d
--- /dev/null
+++ b/src/views/task-management/components/WorkEdit.vue
@@ -0,0 +1,26 @@
+
+
+
+
+ Hi, there!
+
+
+
+
\ No newline at end of file
From 401322559f5d3f202dfc58c6810da4984ca8d6f2 Mon Sep 17 00:00:00 2001
From: odjbin <1042039504@qq.com>
Date: Wed, 11 Sep 2024 13:11:01 +0800
Subject: [PATCH 2/2] =?UTF-8?q?feat=20:=20=E6=90=9C=E7=B4=A2=E5=B7=A5?=
=?UTF-8?q?=E5=8D=95=E7=8A=B6=E6=80=81=E9=80=89=E6=8B=A9=E6=A1=86=E7=A4=BA?=
=?UTF-8?q?=E4=BE=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/task-management/all-work-order/index.vue | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/task-management/all-work-order/index.vue b/src/views/task-management/all-work-order/index.vue
index fe3efe4..62e4805 100644
--- a/src/views/task-management/all-work-order/index.vue
+++ b/src/views/task-management/all-work-order/index.vue
@@ -6,6 +6,7 @@