From b7aaf1f30235e7bcf1c59b3c8d8e895339218fff Mon Sep 17 00:00:00 2001
From: wangyx <2838268875@qq.com>
Date: Tue, 3 Jun 2025 14:38:42 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=BB=B6=E7=A7=9F=E5=8A=9E?=
=?UTF-8?q?=E7=90=86=E5=AE=8C=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/components/RenewalDialog.vue | 46 +++---------------
src/views/index.vue | 67 +++++++++++++++++++++-----
2 files changed, 63 insertions(+), 50 deletions(-)
diff --git a/src/views/components/RenewalDialog.vue b/src/views/components/RenewalDialog.vue
index 2159818..35ebd51 100644
--- a/src/views/components/RenewalDialog.vue
+++ b/src/views/components/RenewalDialog.vue
@@ -53,7 +53,7 @@
>
@@ -108,7 +108,7 @@
-
+
{{ scope.row.renewalEndDate }}
@@ -128,7 +128,7 @@
scope.row.state === "0"
? "待办理"
: scope.row.state === "1"
- ? "已完成续期"
+ ? "已完成延租"
: ""
}}
@@ -156,22 +156,16 @@
@pagination="getList"
/>
-
@@ -998,4 +1030,17 @@ export default {
::v-deep .colItem .el-col-5 {
width: 19.766667%;
}
+.line {
+ margin: 30px 0;
+ height: 2px;
+ border-top: 1px solid transparent;
+ background: linear-gradient(white, white) padding-box,
+ repeating-linear-gradient(-45deg, #ccc 0, #ccc 3px, white 0, white 5px);
+}
+.waiting-sign {
+ color: #fa9e0a;
+}
+.signed {
+ color: #08b3b3;
+}