From 62ef81065c9bbbf618aef8ee7a37b5d9ddaf542a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Wed, 16 Jul 2025 11:49:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AEeasycom=EF=BC=8C=E7=9B=AE?= =?UTF-8?q?=E5=89=8D=E9=A1=B5=E9=9D=A2=E4=B8=AD=E5=9B=A0=E4=B8=BA=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E7=94=A8=E5=88=B0getName=E6=96=B9=E6=B3=95=EF=BC=8C?= =?UTF-8?q?=E6=89=80=E4=BB=A5=E5=85=88=E4=B8=8D=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/oa/oa-project-select/index.vue | 67 ++++++++ components/oa/oa-user-select/index.vue | 0 pages.json | 8 +- .../reportSchedule/reportSchedule.vue | 144 +++++++++--------- 4 files changed, 148 insertions(+), 71 deletions(-) create mode 100644 components/oa/oa-project-select/index.vue create mode 100644 components/oa/oa-user-select/index.vue diff --git a/components/oa/oa-project-select/index.vue b/components/oa/oa-project-select/index.vue new file mode 100644 index 0000000..213a951 --- /dev/null +++ b/components/oa/oa-project-select/index.vue @@ -0,0 +1,67 @@ + + + diff --git a/components/oa/oa-user-select/index.vue b/components/oa/oa-user-select/index.vue new file mode 100644 index 0000000..e69de29 diff --git a/pages.json b/pages.json index 05c1a70..704ae69 100644 --- a/pages.json +++ b/pages.json @@ -350,5 +350,11 @@ "app-plus": { "bounce": "none" } - } + }, + "easycom": { + "autoscan": true, + "custom": { + "^oa-(.*)": "components/oa/oa-$1/index.vue" + } + } } diff --git a/pages/workbench/reportSchedule/reportSchedule.vue b/pages/workbench/reportSchedule/reportSchedule.vue index d6c20ce..bfc0c11 100644 --- a/pages/workbench/reportSchedule/reportSchedule.vue +++ b/pages/workbench/reportSchedule/reportSchedule.vue @@ -1,68 +1,66 @@