From 418327044cddd363f956d58adc32ebf4a1bec872 Mon Sep 17 00:00:00 2001
From: weiz <736250432@qq.com>
Date: Tue, 9 Apr 2024 10:39:48 +0800
Subject: [PATCH 1/2] update
---
src/views/organization/organization/index.vue | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/views/organization/organization/index.vue b/src/views/organization/organization/index.vue
index 3a3540f..003a4d9 100644
--- a/src/views/organization/organization/index.vue
+++ b/src/views/organization/organization/index.vue
@@ -35,8 +35,13 @@
-
-
+
+
+
+ {{ row.status == 1 ? "正常" : "禁用" }}
+
+
+
From dcd279a26329ae39cc721cf677eb91d59451c6aa Mon Sep 17 00:00:00 2001
From: weiz <736250432@qq.com>
Date: Tue, 9 Apr 2024 10:53:09 +0800
Subject: [PATCH 2/2] update
---
src/views/project_attendance_record/edit.vue | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/views/project_attendance_record/edit.vue b/src/views/project_attendance_record/edit.vue
index cb3db6b..7027734 100644
--- a/src/views/project_attendance_record/edit.vue
+++ b/src/views/project_attendance_record/edit.vue
@@ -1,6 +1,7 @@