From 0f20b66e7883210dad0f70c3b08482546ac0753c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com>
Date: Mon, 4 Mar 2024 09:07:34 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/manage/blacklist/index.vue | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/src/views/manage/blacklist/index.vue b/src/views/manage/blacklist/index.vue
index 303cbab..22a3e53 100644
--- a/src/views/manage/blacklist/index.vue
+++ b/src/views/manage/blacklist/index.vue
@@ -28,16 +28,19 @@
-
+
+
+
+
-
+
搜索
重置
@@ -70,11 +73,11 @@
-
+
{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}
@@ -124,15 +127,15 @@
-
-
+
-
-
+
@@ -211,6 +214,7 @@ export default {
hospitalAgencyId: null,
abnormalCauseId: null,
abnormalCauseValue: null,
+ supplementIllustrateValue: null,
departmentId: null,
campusAgencyId: null,
blacklistSource: null,
@@ -234,10 +238,10 @@ export default {
departmentId: [
{ required: true, message: '请选择科室', trigger: 'change' }
],
- abnormalCauseValue: [
+ abnormalCauseId: [
{ required: true, message: '请输入异常原因', trigger: 'change' }
],
- supplementIllustrateValue: [
+ supplementIllustrateId: [
{ required: true, message: '请输入补充说明', trigger: 'change' }
],
patientPhone: [