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