From d485e1c46178c06559e98d63afb5c3026186454d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A6=8D=E6=B4=81?= <16391855+wang-yanjie1218@user.noreply.gitee.com> Date: Sat, 28 Feb 2026 18:45:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=AB=AFPC=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E9=83=A8=E5=88=86=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/muhu/consultation/index.vue | 9 + .../views/system/VacRegistration/index.vue | 249 ++++++++++---- .../src/views/system/recommendation/index.vue | 5 +- .../src/views/system/vacCategory/index.vue | 303 +++++++++++++++--- chenhai-ui/src/views/system/vacInfo/index.vue | 56 ++-- .../src/views/system/vet/aduit/index.vue | 2 +- chenhai-ui/src/views/vet/info/index.vue | 3 +- chenhai-ui/src/views/vet/knowledge/index.vue | 3 +- chenhai-ui/src/views/vet/plan/index.vue | 2 +- 9 files changed, 501 insertions(+), 131 deletions(-) diff --git a/chenhai-ui/src/views/muhu/consultation/index.vue b/chenhai-ui/src/views/muhu/consultation/index.vue index 4d00695..13d995b 100644 --- a/chenhai-ui/src/views/muhu/consultation/index.vue +++ b/chenhai-ui/src/views/muhu/consultation/index.vue @@ -846,6 +846,15 @@ export default { width: 90px; } +::v-deep .el-descriptions-row th{ + text-align: center !important;color: #7b7c7f; +} + +::v-deep .el-descriptions .is-bordered .el-descriptions-item__cell { + border: 1px solid #cac9c9; + padding: 12px 10px; +} + ::v-deep .el-descriptions-row th { text-align: center !important; color: #7b7c7f; diff --git a/chenhai-ui/src/views/system/VacRegistration/index.vue b/chenhai-ui/src/views/system/VacRegistration/index.vue index 288405f..8b541d0 100644 --- a/chenhai-ui/src/views/system/VacRegistration/index.vue +++ b/chenhai-ui/src/views/system/VacRegistration/index.vue @@ -35,6 +35,16 @@ @keyup.enter.native="handleQuery" /> + + + + + - - - - - + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + 搜索 重置 @@ -155,10 +156,10 @@ - - - - + + + + @@ -183,8 +184,8 @@ {{ parseTime(scope.row.cancelTime, '{y}-{m}-{d}') }} - - + + - +
+ +
- + @@ -310,9 +316,9 @@ placeholder="请选择取消时间">
- - - + + + @@ -540,3 +546,138 @@ export default { } } + + + + + + + diff --git a/chenhai-ui/src/views/system/recommendation/index.vue b/chenhai-ui/src/views/system/recommendation/index.vue index d9e1e19..7a82ab0 100644 --- a/chenhai-ui/src/views/system/recommendation/index.vue +++ b/chenhai-ui/src/views/system/recommendation/index.vue @@ -1155,11 +1155,10 @@ export default { ::v-deep .el-descriptions-row th{ text-align: center !important;color: #7b7c7f; - background: #faf7f7; } ::v-deep .el-descriptions .is-bordered .el-descriptions-item__cell { - border: 1px solid #bcbbbb; + border: 1px solid #cac9c9; padding: 12px 10px; } @@ -1225,7 +1224,7 @@ export default { } ::v-deep .el-dialog__header { - background: linear-gradient(135deg, #42b983 0%, #83df92 100%); + background: linear-gradient(135deg, #2c7a4d 0%, #42b983 100%); padding: 18px 24px; border-bottom: none; position: relative; diff --git a/chenhai-ui/src/views/system/vacCategory/index.vue b/chenhai-ui/src/views/system/vacCategory/index.vue index 14cea79..61f39bd 100644 --- a/chenhai-ui/src/views/system/vacCategory/index.vue +++ b/chenhai-ui/src/views/system/vacCategory/index.vue @@ -1,22 +1,22 @@ - +