From ced2b5469a6e1a238dbc4a45497e045c0307f436 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Thu, 19 Jun 2025 18:17:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=A2=9E=E5=8A=A0=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/stagger-holidays/recordList.vue | 349 ++++++++++++---------- src/pages/temporary-outing/recordList.vue | 43 ++- 2 files changed, 240 insertions(+), 152 deletions(-) diff --git a/src/pages/stagger-holidays/recordList.vue b/src/pages/stagger-holidays/recordList.vue index 5c05e11..9727ea7 100644 --- a/src/pages/stagger-holidays/recordList.vue +++ b/src/pages/stagger-holidays/recordList.vue @@ -1,172 +1,219 @@ diff --git a/src/pages/temporary-outing/recordList.vue b/src/pages/temporary-outing/recordList.vue index 0fb45ba..d50885a 100644 --- a/src/pages/temporary-outing/recordList.vue +++ b/src/pages/temporary-outing/recordList.vue @@ -16,6 +16,25 @@ 外出事由: {{ record.leaveReason }} + + + + + + 审核中 + + + 已通过 + + + 不通过 + + + 已撤回 + + + + 外出开始时间: {{ record.leaveStartDate }} @@ -128,7 +147,7 @@ .record-row { display: flex; - margin-bottom: 8rpx; + margin: 5rpx 0; } .label { @@ -169,4 +188,26 @@ color: #f56c6c; } } + + .status-passed { + color: green; + font-size: 18px !important; + } + + .status-rejected { + color: red; + font-size: 18px !important; + } + + .status-black { + color: #FBC02D; + font-size: 18px !important; + } + + .status-container { + position: absolute; + right: 5%; + top: 50%; + transform: translateY(-50%); + }