diff --git a/src/components/doctorCheck/RegisterCheckEdit.vue b/src/components/doctorCheck/RegisterCheckEdit.vue new file mode 100644 index 0000000..d4c2370 --- /dev/null +++ b/src/components/doctorCheck/RegisterCheckEdit.vue @@ -0,0 +1,103 @@ + + + diff --git a/src/components/doctorCheck/RegisterCheckList.vue b/src/components/doctorCheck/RegisterCheckList.vue index 7aa16a0..ab27198 100644 --- a/src/components/doctorCheck/RegisterCheckList.vue +++ b/src/components/doctorCheck/RegisterCheckList.vue @@ -1,6 +1,6 @@ @@ -36,7 +41,8 @@ import RegisterCheckList from "../../components/doctorCheck/RegisterCheckList.vue"; import CheckItemList from "../../components/doctorCheck/CheckItemList.vue"; import CheckSumSug from "../../components/doctorCheck/CheckSumSug.vue"; - + import RegisterCheckEdit from "../../components/doctorCheck/RegisterCheckEdit.vue"; + export default { components: { RegisterCheckList, @@ -44,6 +50,7 @@ ButtonList, CheckItemList, CheckSumSug, + RegisterCheckEdit }, data() { return { diff --git a/src/views/doctorCheck/sumDoctorCheck.vue b/src/views/doctorCheck/sumDoctorCheck.vue index 75d597a..c13fc81 100644 --- a/src/views/doctorCheck/sumDoctorCheck.vue +++ b/src/views/doctorCheck/sumDoctorCheck.vue @@ -1,3 +1,209 @@ \ No newline at end of file +
+ + + + + + + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + +
+
+ + + + \ No newline at end of file