From 002b4c3816d316873ab8f0d253011b913829449e Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Mon, 3 Jul 2023 17:13:05 +0800 Subject: [PATCH] carma --- public/h5.html | 73 ++++++++++++ src/components/patientRegister/Camera.vue | 108 +++++++++++------- .../patientRegister/PatientRegisterEdit.vue | 59 +++++++--- .../patientRegister/PatientRegisterList.vue | 15 ++- src/router/index.js | 5 + src/store/index.js | 4 +- src/utlis/proFunc.js | 15 ++- src/views/Home.vue | 3 + 8 files changed, 216 insertions(+), 66 deletions(-) create mode 100644 public/h5.html diff --git a/public/h5.html b/public/h5.html new file mode 100644 index 0000000..6da874e --- /dev/null +++ b/public/h5.html @@ -0,0 +1,73 @@ + + + + + + + Document + + + +
+ + + + +
+ + + \ No newline at end of file diff --git a/src/components/patientRegister/Camera.vue b/src/components/patientRegister/Camera.vue index bc7cceb..dd98a06 100644 --- a/src/components/patientRegister/Camera.vue +++ b/src/components/patientRegister/Camera.vue @@ -1,47 +1,32 @@ \ No newline at end of file + \ No newline at end of file diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index d1d607e..bfb7417 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -251,7 +251,7 @@ - +
加载中...
@@ -267,7 +267,7 @@ 保存
- 拍照 + 拍照
申请单 @@ -288,6 +288,9 @@ + + + diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index 07b8113..21f40bf 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -2,7 +2,11 @@
+ class="el-table__body-wrapper tbody" highlight-current-row @row-click="rowick" ref="dataList" + @selection-change="handleSelectionChange"> +