From 53e1a0de4edc2c691ec8ed0ff2378d9b78e30078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=96=8C=E6=9D=B0?= <> Date: Thu, 21 Nov 2024 16:31:59 +0800 Subject: [PATCH] ui --- src/router/index.js | 6 + src/views/doctorCheck/tabletCalling.vue | 711 ++++++++++++++++++++++++ 2 files changed, 717 insertions(+) create mode 100644 src/views/doctorCheck/tabletCalling.vue diff --git a/src/router/index.js b/src/router/index.js index 043d707..896785e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -513,6 +513,12 @@ const routes = [{ component: () => import ("../components/follow/follow.vue"), }, + { + path: "/tabletCalling", + name: "平板叫号", + component: () => + import ("../views/doctorCheck/tabletCalling.vue"), + }, //---------------------- 体 检 end ---------------------- //---------------------- 体检查询 start ---------------------- { diff --git a/src/views/doctorCheck/tabletCalling.vue b/src/views/doctorCheck/tabletCalling.vue new file mode 100644 index 0000000..f970bfa --- /dev/null +++ b/src/views/doctorCheck/tabletCalling.vue @@ -0,0 +1,711 @@ + + + + + + 基础资料 / + 平板叫号 + + + + + 分诊房间: + + + + + + + + + + 签到 + + + 签退 + + + + + + + + + + + + + {{ scope.row.isVip == "Y" ? "√" : "" }} + + + + + + + 呼叫 + + + 刷新 + + + 排队 + + + + 已呼人员: + + + + + + + + {{ scope.row.isVip == "Y" ? "√" : "" }} + + + + + + + 过号 + + + + 过号人员: + + + + + + + + {{ scope.row.isVip == "Y" ? "√" : "" }} + + + + + + + 重呼 + + + 退回 + + + + + + + + + + + + + + + + + \ No newline at end of file