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 @@ + + + + + \ No newline at end of file