From f1da04f5f744ecb846928f874b6d31f346c68a91 Mon Sep 17 00:00:00 2001 From: yxq Date: Tue, 27 Aug 2024 14:38:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=20=E5=AE=A2?= =?UTF-8?q?=E6=B5=81=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monitorMobile/components/cell.vue | 36 ++- monitorMobile/components/selectRadio.vue | 2 - monitorMobile/components/selectSearch.vue | 90 ++++--- monitorMobile/components/selectTree.vue | 252 ++++++++++++++++++ .../attendanceCall/passengerFlow/add.vue | 87 ++++-- .../pages/attendanceCall/returnBed/index.vue | 2 +- 6 files changed, 413 insertions(+), 56 deletions(-) create mode 100644 monitorMobile/components/selectTree.vue diff --git a/monitorMobile/components/cell.vue b/monitorMobile/components/cell.vue index 96b18e4..bb22926 100644 --- a/monitorMobile/components/cell.vue +++ b/monitorMobile/components/cell.vue @@ -1,27 +1,51 @@ - \ No newline at end of file diff --git a/monitorMobile/components/selectRadio.vue b/monitorMobile/components/selectRadio.vue index 02c9727..e5e1bcf 100644 --- a/monitorMobile/components/selectRadio.vue +++ b/monitorMobile/components/selectRadio.vue @@ -19,7 +19,6 @@ props: { value: { default: "", - type: String | Number }, options: { default: [], @@ -27,7 +26,6 @@ }, title:{ default: "", - type: String }, cellVisible: { default: true, diff --git a/monitorMobile/components/selectSearch.vue b/monitorMobile/components/selectSearch.vue index 2a95b12..10f06a8 100644 --- a/monitorMobile/components/selectSearch.vue +++ b/monitorMobile/components/selectSearch.vue @@ -1,20 +1,23 @@