From 6477f78761e3368c95c554075247da2906636ec3 Mon Sep 17 00:00:00 2001 From: Xu Zhimeng Date: Wed, 7 Jun 2023 15:47:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E7=A9=BA=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=BB=84=E4=BB=B6=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E7=A9=BA=E7=8A=B6=E6=80=81=EF=BC=9B=E4=BC=98=E5=8C=96?= =?UTF-8?q?scheduling=E6=97=A5=E6=9C=9F=E5=AD=97=E4=BD=93=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=EF=BC=8C=E4=BF=AE=E5=A4=8D=E7=A9=BF=E6=A2=AD=E6=A1=86?= =?UTF-8?q?=E4=B8=AD=E5=AD=98=E5=9C=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 + src/assets/images/global/no-data.png | Bin 0 -> 4105 bytes src/components/CustomEmpty/index.vue | 14 ++++ src/components/CustomPopoverSearch/index.vue | 2 +- src/components/jeecg/JSuperQuery.vue | 6 +- .../jeecgbiz/modal/JSelectDepartModal.vue | 2 +- src/main.js | 2 + src/style.less | 3 +- src/views/system/DepartList.vue | 4 +- src/views/system/DepartListSync.vue | 6 +- src/views/system/Scheduling.vue | 74 ++++++++---------- src/views/system/modules/DepartAuthModal.vue | 4 +- 12 files changed, 66 insertions(+), 54 deletions(-) create mode 100644 src/assets/images/global/no-data.png create mode 100644 src/components/CustomEmpty/index.vue diff --git a/src/App.vue b/src/App.vue index ec9f4b2..acdefdb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,6 +3,9 @@
+ diff --git a/src/components/CustomPopoverSearch/index.vue b/src/components/CustomPopoverSearch/index.vue index 078c160..e5c494c 100644 --- a/src/components/CustomPopoverSearch/index.vue +++ b/src/components/CustomPopoverSearch/index.vue @@ -35,7 +35,7 @@ diff --git a/src/components/jeecg/JSuperQuery.vue b/src/components/jeecg/JSuperQuery.vue index 52feb8d..164adef 100644 --- a/src/components/jeecg/JSuperQuery.vue +++ b/src/components/jeecg/JSuperQuery.vue @@ -47,13 +47,13 @@ - +
没有任何查询条件 点击新增
-
+ @@ -194,7 +194,7 @@ 保存的查询 - + - + { main() diff --git a/src/style.less b/src/style.less index 743f634..7841c75 100644 --- a/src/style.less +++ b/src/style.less @@ -255,7 +255,6 @@ body { } &-date { - padding: 20px 10px 10px !important; margin: 0 !important; height: 159px !important; border-top: none !important; @@ -603,7 +602,7 @@ body { // 空状态 .ant-empty { background-color: transparent; - color: #fff; + color: #145b5c; } // 分页器样式 diff --git a/src/views/system/DepartList.vue b/src/views/system/DepartList.vue index c11def5..3863ca2 100644 --- a/src/views/system/DepartList.vue +++ b/src/views/system/DepartList.vue @@ -132,9 +132,9 @@ - + 请先选择一个部门! - + diff --git a/src/views/system/DepartListSync.vue b/src/views/system/DepartListSync.vue index c29c6b6..6655ec1 100644 --- a/src/views/system/DepartListSync.vue +++ b/src/views/system/DepartListSync.vue @@ -24,7 +24,7 @@
- +