From 1e06763ace3d98fab0b64d1e5f536fd38b90d2de Mon Sep 17 00:00:00 2001 From: liuzhipeng <1747191978@qq.com> Date: Sat, 15 Feb 2025 10:45:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=8A=E7=96=97=E6=A1=A3=E6=A1=88-=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E4=BF=A1=E6=81=AF=E6=B7=BB=E5=8A=A0=EF=BC=88=E4=B8=8D?= =?UTF-8?q?=E5=8C=85=E6=8B=AC=E8=AF=8A=E7=96=97=E6=96=B9=E6=B3=95=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-ui/src/api/medicalFile.js | 15 + acupuncture-ui/src/assets/styles/common.css | 4 +- .../src/views/medicalFile/index.vue | 2414 +++++++++++------ 3 files changed, 1600 insertions(+), 833 deletions(-) diff --git a/acupuncture-ui/src/api/medicalFile.js b/acupuncture-ui/src/api/medicalFile.js index 974e6cb4..8f461525 100644 --- a/acupuncture-ui/src/api/medicalFile.js +++ b/acupuncture-ui/src/api/medicalFile.js @@ -32,3 +32,18 @@ export function treatmentDel(data) { data: data, }); } +// 档案详情 +export function queryRecord(data) { + return request({ + url: "/treatment/queryRecord", + method: "post", + data: data, + }); +}// 档案详情 +export function saveAidRecord(data) { + return request({ + url: "/treatment/saveAidRecord", + method: "post", + data: data, + }); +} \ No newline at end of file diff --git a/acupuncture-ui/src/assets/styles/common.css b/acupuncture-ui/src/assets/styles/common.css index 147df1f6..52688a2d 100644 --- a/acupuncture-ui/src/assets/styles/common.css +++ b/acupuncture-ui/src/assets/styles/common.css @@ -95,13 +95,13 @@ justify-content: center; } -.formStep >>> .el-checkbox__input.is-checked .el-checkbox__inner { +/* .formStep >>> .el-checkbox__input.is-checked .el-checkbox__inner { background-color: #67defc; border-color: #67defc; } .formStep >>> .is-checked .el-checkbox__label { color: #67defc; -} +} */ .formStep .formStep_StepBox { display: flex; } diff --git a/acupuncture-ui/src/views/medicalFile/index.vue b/acupuncture-ui/src/views/medicalFile/index.vue index c695f5f6..e4f48fa3 100644 --- a/acupuncture-ui/src/views/medicalFile/index.vue +++ b/acupuncture-ui/src/views/medicalFile/index.vue @@ -1,855 +1,1607 @@ \ No newline at end of file +>>> .el-drawer.rtl { + width: 50% !important; +} +