diff --git a/public/favicon.ico b/public/favicon.ico index 8c4c540..08b53b3 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/assets/img/xianganLogo3.png b/src/assets/img/xianganLogo3.png new file mode 100644 index 0000000..ddce70c Binary files /dev/null and b/src/assets/img/xianganLogo3.png differ diff --git a/src/page-subspecialty/views/main-navbar.vue b/src/page-subspecialty/views/main-navbar.vue index 8b9c4d9..100614b 100644 --- a/src/page-subspecialty/views/main-navbar.vue +++ b/src/page-subspecialty/views/main-navbar.vue @@ -3,11 +3,10 @@

- - + +
眼科工作平台
-

@@ -24,11 +23,6 @@ - - - - - diff --git a/src/page-subspecialty/views/modules/formList/treatProcess.vue b/src/page-subspecialty/views/modules/formList/treatProcess.vue index f206317..8b7436f 100644 --- a/src/page-subspecialty/views/modules/formList/treatProcess.vue +++ b/src/page-subspecialty/views/modules/formList/treatProcess.vue @@ -83,30 +83,30 @@ 脉搏:次/分 血氧:%
-
眼别: - - - - - +
眼别: + + + + +
-
- / - 眼部激光治疗: -
+ + 三面镜/ + 眼部激光治疗: +
- - - - + + + +
- - - - + + + +
@@ -131,9 +131,11 @@
-
- 缩瞳 / - 散瞳: +
+ + 缩瞳/ + 散瞳: + 已完成(每5分钟点一次,连续点五次)
表麻: @@ -200,6 +202,11 @@ export default { }, doctorList: [], zfyg: [], + ykWyz: [], + zyMz: [], + eyeType: [], + smjYbjgzl: [], + st: [], confirmData: { patientAge: '', orderDate: '', @@ -250,12 +257,20 @@ export default { }}).then(data => { const detail = data.data.data this.confirmData = detail - this.zfyg = this.confirmData.zfyg ? this.confirmData.zfyg.split('/') : [] + this.setDefaultData() if (!detail.jzNumber) { this.setData() } }) }, + setDefaultData() { + this.zfyg = this.confirmData.zfyg ? this.confirmData.zfyg.split('/') : [] + this.st = this.confirmData.st ? this.confirmData.st.split('/') : [] + this.ykWyz = this.confirmData.ykWyz ? this.confirmData.ykWyz.split('/') : [] + this.zyMz = this.confirmData.zyMz ? this.confirmData.zyMz.split('/') : [] + this.eyeType = this.confirmData.eyeType ? this.confirmData.eyeType.split('/') : [] + this.smjYbjgzl = this.confirmData.smjYbjgzl ? this.confirmData.smjYbjgzl.split('/') : [] + }, setData() { this.confirmData.patientName = this.patientDetail.patientName this.confirmData.patientAge = this.patientDetail.patientAge @@ -269,10 +284,18 @@ export default { } this.handleSaveTable() }, + handleCheckBox() { + this.confirmData.zfyg = this.zfyg.join('/') + this.confirmData.st = this.st.join('/') + this.confirmData.smjYbjgzl = this.smjYbjgzl.join('/') + this.confirmData.ykWyz = this.ykWyz.join('/') + this.confirmData.zyMz = this.zyMz.join('/') + this.confirmData.eyeType = this.eyeType.join('/') + }, // 保存 handleSaveTable() { this.confirmData.jzNumber = window.sessionStorage.getItem('jzNumber') - this.confirmData.zfyg = this.zfyg.join('/') + this.handleCheckBox() this.$http.post('/jcjg/saveSmjjcjl', { ...this.confirmData, caseId: this.caseId