Browse Source

47环境删除long

x-emr
bianyaqi 2 years ago
parent
commit
1f914ea715
  1. 4
      public/index.html
  2. 5
      src/components/360View/commonForm/deveopmentFIle.vue
  3. 5
      src/components/360View/commonForm/eyesVision.vue
  4. 5
      src/components/360View/commonForm/optometryForm.vue
  5. 7
      src/components/360View/commonForm/threeVision.vue
  6. 12
      src/components/360View/index.vue
  7. 15
      src/components/360View/medicalRecord/index.vue
  8. 92
      src/components/360View/medicalRecord/outPatientRecord/historyForm.vue
  9. 3
      src/components/360View/opticalFile/index.vue
  10. 4
      src/components/360View/special/index.vue
  11. 7
      src/page-subspecialty/views/modules/formList/DrugInjection.vue
  12. 7
      src/page-subspecialty/views/modules/formList/InformedConsent.vue
  13. 7
      src/page-subspecialty/views/modules/formList/InjectionTherapy.vue
  14. 7
      src/page-subspecialty/views/modules/formList/MinorOperation.vue
  15. 7
      src/page-subspecialty/views/modules/formList/StyeForm.vue
  16. 7
      src/page-subspecialty/views/modules/formList/childrenLacrimal.vue
  17. 7
      src/page-subspecialty/views/modules/formList/conjunctivalOperation.vue
  18. 7
      src/page-subspecialty/views/modules/formList/cornealForeign.vue
  19. 7
      src/page-subspecialty/views/modules/formList/laserSurgery.vue
  20. 7
      src/page-subspecialty/views/modules/formList/mraForm.vue
  21. 7
      src/page-subspecialty/views/modules/formList/mraOrder.vue
  22. 7
      src/page-subspecialty/views/modules/formList/puncture.vue

4
public/index.html

@ -53,8 +53,8 @@
<!-- 生产环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'prod') { %>
<script>
window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://10.80.5.32:8031/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
window.SITE_CONFIG['apiURL'] = 'http://10.80.5.32:8031/xiangan-crf';
</script>
<% } %>

5
src/components/360View/commonForm/deveopmentFIle.vue

@ -6,7 +6,7 @@
<el-button type="danger" size="small" @click="handleDelete">删除</el-button>
</div>
<div id="threeFunc" style="width: 840px;padding-right: 8px">
<div class="flex j-c">
<div v-if="!isDev" class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>
<p style="color:#000000;font-size:32px;text-align:center;margin: 16px 0">
@ -301,6 +301,9 @@
<script>
export default {
props: {
isDev: {
type: Boolean
},
isSearch: {
type: String,
default: ''

5
src/components/360View/commonForm/eyesVision.vue

@ -6,7 +6,7 @@
<el-button type="danger" size="small" @click="handleDelete">删除</el-button>
</div>
<div id="eyesFunc" style="width: 840px;padding-right: 8px" class="printBox">
<div class="flex j-c">
<div v-if="!isDev" class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>
<p style="color:#000000;font-size:32px;margin:16px 0;text-align:center;">
@ -566,6 +566,9 @@
<script>
export default {
props: {
isDev: {
type: Boolean
},
patientId: {
type: String,
default: ''

5
src/components/360View/commonForm/optometryForm.vue

@ -18,7 +18,7 @@
</div>
</div>
<div id="optomeFunc" style="width: 840px;padding-right: 8px" class="printBox">
<div class="flex j-c" style="padding-bottom: 8px">
<div v-if="!isDev" class="flex j-c" style="padding-bottom: 8px">
<img width="320" src="@/assets/img/xianganlogo.png">
</div>
<p style="color:#000000;font-size:24px;font-weight: 700;letter-spacing: 10px;text-align:center;margin-bottom: 10px;word-spacing: 3px">
@ -370,6 +370,9 @@
<script>
export default {
props: {
isDev: {
type: Boolean
},
isSearch: {
type: String,
default: ''

7
src/components/360View/commonForm/threeVision.vue

@ -6,7 +6,7 @@
<el-button type="danger" size="small" @click="handleDelete">删除</el-button>
</div>
<div id="threeFunc" style="width: 840px;padding-right: 8px" class="printBox">
<div class="flex j-c">
<div v-if="!isDev" class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>
<p style="color:#000000;font-size:32px;margin:2px 0 20px 0;text-align:center;font-weight: 700;letter-spacing: 8px">
@ -761,6 +761,9 @@ export default {
Keyboard
},
props: {
isDev: {
type: Boolean
},
patientId: {
type: String,
default: ''
@ -941,7 +944,7 @@ export default {
{
name: '无',
id: '10'
},
}
],
tnoList: [
{

12
src/components/360View/index.vue

@ -37,7 +37,7 @@
<overView :patient-id="patientId||$route.query.patientId" />
</el-tab-pane>
<el-tab-pane name="门诊病历" label="门诊病历" style="height: 100%">
<medicalRecord :type-name="timeAxisType" :patient-id="patientId || $route.query.patientId" :is-search="isSearch || $route.query.isSearch" :only-read="readOnly" />
<medicalRecord :is-dev="isDev" :type-name="timeAxisType" :patient-id="patientId || $route.query.patientId" :is-search="isSearch || $route.query.isSearch" :only-read="readOnly" />
</el-tab-pane>
<el-tab-pane name="常规检查" label="常规检查" style="height: 100%">
<routine :patient-id="patientId||$route.query.patientId" :date="date" :only-read="readOnly" />
@ -46,7 +46,7 @@
<special :patient-id="patientId||$route.query.patientId" :only-read="readOnly" />
</el-tab-pane>
<el-tab-pane name="视光档案" label="视光档案" style="height: 100%">
<opticalFile :patient-id="patientId||$route.query.patientId" :is-search="isSearch || $route.query.isSearch" :only-read="readOnly" />
<opticalFile :is-dev="isDev" :patient-id="patientId||$route.query.patientId" :is-search="isSearch || $route.query.isSearch" :only-read="readOnly" />
</el-tab-pane>
<el-tab-pane name="诊断" label="诊断" style="height: 100%">
<el-table
@ -294,7 +294,8 @@ export default {
},
jsArr: [],
dataForm: {},
jzNumber: ''
jzNumber: '',
isDev: false
}
},
computed: {
@ -314,6 +315,7 @@ export default {
}
},
created() {
this.isDev = window.SITE_CONFIG['apiURL'].includes('47')
this.jzNumber = window.sessionStorage.getItem('jzNumber')
this.infoHidden = this.$route.query.infoHidden && JSON.parse(this.$route.query.infoHidden)
this.getPatientData()
@ -413,8 +415,8 @@ export default {
// 360
handlePacs() {
// const baseUrl = 'http://z1.huimucloud.com:8085'
// const baseUrl = 'http://10.80.5.32:8026'
const baseUrl = 'http://192.168.0.85:8001'
const baseUrl = 'http://10.80.5.32:8026'
// const baseUrl = 'http://192.168.0.85:8001'
const href = `${baseUrl}/EXAMINE_Report/InterFace?PatID=${this.patientId}&DoctorID=${this.employeeId}&PatIdKey=&ExamNo=`
window.open(href, '_blank')
// const { href } = this.$router.resolve({

15
src/components/360View/medicalRecord/index.vue

@ -34,6 +34,7 @@
<InformedConsent
v-if="name==='眼科激光手术患者知情同意书'"
ref="informedConsent"
:is-dev="isDev"
:only-read="onlyRead || !isCreator"
:is-platform="isPlatform"
:patient-detail="patientData"
@ -44,6 +45,7 @@
<mra-order
v-if="name==='眼底血管造影患者预约单'"
ref="mraOrder"
:is-dev="isDev"
:patient-detail="patientData"
:only-read="onlyRead || !isCreator"
:is-platform="isPlatform"
@ -54,6 +56,7 @@
<mra-form
v-if="name==='眼底血管造影知情同意书'"
ref="mraForm"
:is-dev="isDev"
:only-read="onlyRead || !isCreator"
:is-platform="isPlatform"
:patient-detail="patientData"
@ -64,6 +67,7 @@
<laser-surgery
v-if="name==='眼科激光手术治疗'"
ref="laserSurgery"
:is-dev="isDev"
:only-read="onlyRead || !isCreator"
:is-platform="isPlatform"
:patient-detail="patientData"
@ -84,6 +88,7 @@
<minor-operation
v-if="name==='干眼手术知情同意书'"
ref="minorOperation"
:is-dev="isDev"
:only-read="onlyRead || !isCreator"
:is-platform="isPlatform"
:patient-detail="patientData"
@ -94,6 +99,7 @@
<stye-form
v-if="name==='麦粒肿、霰粒肿、肉芽肿、眼睑肿物手术知情同意书'"
ref="styeForm"
:is-dev="isDev"
:only-read="onlyRead || !isCreator"
:is-platform="isPlatform"
:patient-detail="patientData"
@ -114,6 +120,7 @@
<InjectionTherapy
v-if="name==='球旁注射同意书'"
ref="injectionTherapy"
:is-dev="isDev"
:only-read="onlyRead || !isCreator"
:is-platform="isPlatform"
:patient-detail="patientData"
@ -124,6 +131,7 @@
<DrugInjection
v-if="name==='药物注射手术知情同意书'"
ref="drugInjection"
:is-dev="isDev"
:only-read="onlyRead || !isCreator"
:is-platform="isPlatform"
:patient-detail="patientData"
@ -134,6 +142,7 @@
<childrenLacrimal
v-if="name==='小儿泪道冲洗知情同意书'"
ref="childrenLacrimal"
:is-dev="isDev"
:only-read="onlyRead || !isCreator"
:is-platform="isPlatform"
:patient-detail="patientData"
@ -144,6 +153,7 @@
<conjunctival-operation
v-if="name==='干眼激光治疗知情同意书'"
ref="conjunctival"
:is-dev="isDev"
:only-read="onlyRead || !isCreator"
:is-platform="isPlatform"
:patient-detail="patientData"
@ -154,6 +164,7 @@
<cornealForeign
v-if="name==='角膜异物剔除术知情同意书'"
ref="cornealForeign"
:is-dev="isDev"
:only-read="onlyRead || !isCreator"
:is-platform="isPlatform"
:patient-detail="patientData"
@ -164,6 +175,7 @@
<puncture
v-if="name==='前房穿刺知情同意书'"
ref="puncture"
:is-dev="isDev"
:only-read="onlyRead || !isCreator"
:is-platform="isPlatform"
:patient-detail="patientData"
@ -216,6 +228,9 @@ export default {
},
mixins: [],
props: {
isDev: {
type: Boolean
},
isSearch: {
type: String,
default: ''

92
src/components/360View/medicalRecord/outPatientRecord/historyForm.vue

@ -1,22 +1,33 @@
<template>
<div style="height: 100%;overflow-y: auto">
<el-form id="medHistory" ref="form" :model="formData" label-width="140px" style="margin-top: 32px">
<el-form-item label="主诉:" style="width: 540px" prop="zhuSu">
<el-input v-model="formData.zhuSu" type="textarea" auto-complete="off" :rows="4" style="width: 420px" />
</el-form-item>
<el-form-item label="现病史:" style="width: 540px" prop="xbs">
<el-input v-model="formData.xbs" type="textarea" auto-complete="off" :rows="4" style="width: 420px" />
</el-form-item>
<el-form-item label="既往病史:" style="width: 540px" prop="jws">
<el-input v-model="formData.jws" type="textarea" auto-complete="off" :rows="4" style="width: 420px" />
</el-form-item>
<el-form-item label="过敏史:" style="width: 540px" prop="gms">
<el-input v-model="formData.gms" type="textarea" auto-complete="off" :rows="4" style="width: 420px" />
</el-form-item>
<el-form-item label="周身其他病史:" style="width: 540px" prop="zsqtbs">
<el-input v-model="formData.zsqtbs" type="textarea" auto-complete="off" :rows="4" style="width: 420px" />
</el-form-item>
</el-form>
<div style="height: 100%;overflow-y: auto;display: flex">
<div>
<el-form id="medHistory" ref="form" :model="formData" label-width="140px" style="margin-top: 32px">
<el-form-item label="主诉:" style="width: 540px" prop="zhuSu">
<el-input v-model="formData.zhuSu" type="textarea" auto-complete="off" :rows="4" @focus="setCurWord('主诉')" />
</el-form-item>
<el-form-item label="现病史:" style="width: 540px" prop="xbs">
<el-input v-model="formData.xbs" type="textarea" auto-complete="off" :rows="4" @focus="setCurWord('现病史')" />
</el-form-item>
<el-form-item label="既往病史:" style="width: 540px" prop="jws">
<el-input v-model="formData.jws" type="textarea" auto-complete="off" :rows="4" @focus="setCurWord('既往病史')" />
</el-form-item>
<el-form-item label="过敏史:" style="width: 540px" prop="gms">
<el-input v-model="formData.gms" type="textarea" auto-complete="off" :rows="4" @focus="setCurWord('过敏史')" />
</el-form-item>
<el-form-item label="周身其他病史:" style="width: 540px" prop="zsqtbs">
<el-input v-model="formData.zsqtbs" type="textarea" auto-complete="off" :rows="4" @focus="setCurWord('周身其他病史')" />
</el-form-item>
</el-form>
</div>
<div v-if="curWord" style="margin: 32px 0 0 16px;display: flex">
{{ curWord }}关键词
<div>
<el-button @click="combineWord('aaaa')">aaaa</el-button>
<el-button @click="combineWord('bbbb')">bbbb</el-button>
<el-button @click="combineWord('cccc')">cccc</el-button>
<el-button @click="combineWord('dddd')">dddd</el-button>
</div>
</div>
</div>
</template>
@ -28,13 +39,56 @@ export default {
type: Object
}
},
data() {
return {
curWord: '',
textArray: []
}
},
mounted() {
},
methods: {
reset() {
this.$nextTick(()=>{
this.$nextTick(() => {
this.$refs.form.resetFields()
})
},
setCurWord(word) {
this.curWord = word
},
combineWord(text) {
switch (this.curWord) {
case '主诉':
if (!this.formData.zhuSu) {
this.formData.zhuSu = ''
}
this.formData.zhuSu = this.formData.zhuSu + text
break
case '现病史':
if (!this.formData.xbs) {
this.formData.xbs = ''
}
this.formData.xbs = this.formData.xbs + text
break
case '既往病史':
if (!this.formData.jws) {
this.formData.jws = ''
}
this.formData.jws = this.formData.jws + text
break
case '过敏史':
if (!this.formData.gms) {
this.formData.gms = ''
}
this.formData.gms = this.formData.gms + text
break
case '周身其他病史':
if (!this.formData.zsqtbs) {
this.formData.zsqtbs = ''
}
this.formData.zsqtbs = this.formData.zsqtbs + text
break
}
}
}
}

3
src/components/360View/opticalFile/index.vue

@ -106,6 +106,9 @@ export default {
},
mixins: [],
props: {
isDev: {
type: Boolean
},
isSearch: {
type: String,
default: ''

4
src/components/360View/special/index.vue

@ -217,8 +217,8 @@ export default {
// }
// })
// const baseUrl = 'http://z1.huimucloud.com:8085'
// const baseUrl = 'http://10.80.5.32:8026'
const baseUrl = 'http://192.168.0.85:8001'
const baseUrl = 'http://10.80.5.32:8026'
// const baseUrl = 'http://192.168.0.85:8001'
const href = `${baseUrl}/EXAMINE_Report/InterFace?PatID=${this.patientId}&DoctorID=${this.employeeId}&PatIdKey=&ExamNo=`
window.open(href, '_blank')
},

7
src/page-subspecialty/views/modules/formList/DrugInjection.vue

@ -6,10 +6,10 @@
<el-button type="danger" size="small" @click="formDelete">删除</el-button>
</div>
<div id="DrugInjection" style="width: 1000px;padding-right: 8px">
<div class="flex j-c">
<div v-if="!isDev" class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>
<hr>
<hr v-if="!isDev">
<p style="color:#000000;font-size:32px;margin:0 0 30px 0;text-align:center;">
药物注射手术知情同意书
</p>
@ -167,6 +167,9 @@ export default {
name: 'DrugInjection',
mixins: [styeFormSign],
props: {
isDev: {
type: Boolean
},
onlyRead: {
type: Boolean,
default: false

7
src/page-subspecialty/views/modules/formList/InformedConsent.vue

@ -6,10 +6,10 @@
<el-button type="danger" size="small" @click="formDelete">删除</el-button>
</div>
<div id="informedConsent" style="width: 840px;padding-right: 8px;text-align: left;line-height: 28px">
<div class="flex j-c">
<div v-if="!isDev" class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>
<hr>
<hr v-if="!isDev">
<p style="color:#000000;font-size:32px;margin:0 0 30px 0;text-align:center;">
眼科激光手术患者知情同意书
</p>
@ -159,6 +159,9 @@ export default {
name: 'InformedConsent',
mixins: [styeFormSign],
props: {
isDev: {
type: Boolean
},
onlyRead: {
type: Boolean,
default: false

7
src/page-subspecialty/views/modules/formList/InjectionTherapy.vue

@ -6,10 +6,10 @@
<el-button type="danger" size="small" @click="formDelete">删除</el-button>
</div>
<div id="injectionTherapy" style="width: 1000px;padding-right: 8px">
<div class="flex j-c">
<div v-if="!isDev" class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>
<hr>
<hr v-if="!isDev">
<p style="color:#000000;font-size:32px;margin:0 0 30px 0;text-align:center;">
球旁注射治疗同意书
</p>
@ -107,6 +107,9 @@ export default {
name: 'InjectionTherapy',
mixins: [styeFormSign],
props: {
isDev: {
type: Boolean
},
onlyRead: {
type: Boolean,
default: false

7
src/page-subspecialty/views/modules/formList/MinorOperation.vue

@ -6,10 +6,10 @@
<el-button type="danger" size="small" @click="formDelete">删除</el-button>
</div>
<div id="minorOperation" style="width: 1000px;padding-right: 8px">
<div class="flex j-c">
<div v-if="!isDev" class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>
<hr>
<hr v-if="!isDev">
<p style="color:#000000;font-size:32px;margin:0 0 30px 0;text-align:center;">
干眼手术知情同意书
</p>
@ -174,6 +174,9 @@ export default {
name: 'MinorOperation',
mixins: [styeFormSign],
props: {
isDev: {
type: Boolean
},
onlyRead: {
type: Boolean,
default: false

7
src/page-subspecialty/views/modules/formList/StyeForm.vue

@ -6,10 +6,10 @@
<el-button type="danger" size="small" @click="formDelete">删除</el-button>
</div>
<div id="styeForm" style="width: 1000px;padding-right: 8px">
<div class="flex j-c">
<div v-if="!isDev" class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>
<hr>
<hr v-if="!isDev">
<p style="color:#000000;font-size:32px;margin:0 0 30px 0;text-align:center;">
麦粒肿/霰粒肿/肉芽肿/眼睑肿物手术知情同意书
</p>
@ -190,6 +190,9 @@ export default {
name: 'StyeForm',
mixins: [styeFormSign],
props: {
isDev: {
type: Boolean
},
onlyRead: {
type: Boolean,
default: false

7
src/page-subspecialty/views/modules/formList/childrenLacrimal.vue

@ -6,10 +6,10 @@
<el-button type="danger" size="small" @click="formDelete">删除</el-button>
</div>
<div id="lacrimalOperation" style="width: 840px;padding-right: 8px">
<div class="flex j-c">
<div v-if="!isDev" class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>
<hr>
<hr v-if="!isDev">
<p style="color:#000000;font-size:32px;margin:0 0 30px 0;text-align:center;">
小儿泪道冲洗知情同意书
</p>
@ -117,6 +117,9 @@ export default {
name: 'Lacrimal',
mixins: [styeFormSign],
props: {
isDev: {
type: Boolean
},
onlyRead: {
type: Boolean,
default: false

7
src/page-subspecialty/views/modules/formList/conjunctivalOperation.vue

@ -6,10 +6,10 @@
<el-button type="danger" size="small" @click="formDelete">删除</el-button>
</div>
<div id="minorOperation" style="width: 840px;padding-right: 8px">
<div class="flex j-c">
<div v-if="!isDev" class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>
<hr>
<hr v-if="!isDev">
<p style="color:#000000;font-size:32px;margin:0 0 30px 0;text-align:center;">
干眼激光治疗知情同意书
</p>
@ -121,6 +121,9 @@ export default {
name: 'ConjunctivalOperation',
mixins: [styeFormSign],
props: {
isDev: {
type: Boolean
},
onlyRead: {
type: Boolean,
default: false

7
src/page-subspecialty/views/modules/formList/cornealForeign.vue

@ -6,10 +6,10 @@
<el-button type="danger" size="small" @click="formDelete">删除</el-button>
</div>
<div id="cornealOperation" style="width: 840px;padding-right: 8px">
<div class="flex j-c">
<div v-if="!isDev" class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>
<hr>
<hr v-if="!isDev">
<p style="color:#000000;font-size:32px;margin:0 0 30px 0;text-align:center;">
角膜异物剔除术知情同意书
</p>
@ -149,6 +149,9 @@ export default {
name: 'ConjunctivalOperation',
mixins: [styeFormSign],
props: {
isDev: {
type: Boolean
},
onlyRead: {
type: Boolean,
default: false

7
src/page-subspecialty/views/modules/formList/laserSurgery.vue

@ -6,10 +6,10 @@
<el-button type="danger" size="small" @click="formDelete">删除</el-button>
</div>
<div id="laserFunc" style="width: 840px;padding-right: 8px">
<div class="flex j-c">
<div v-if="!isDev" class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>
<hr>
<hr v-if="!isDev">
<p style="color:#000000;font-size:32px;margin:0 0 30px 0;text-align:center;">
眼科激光手术治疗
</p>
@ -208,6 +208,9 @@ export default {
name: 'LaserSurgery',
components: { ImgEditor },
props: {
isDev: {
type: Boolean
},
onlyRead: {
type: Boolean,
default: false

7
src/page-subspecialty/views/modules/formList/mraForm.vue

@ -7,10 +7,10 @@
</div>
<div style="padding: 20px 80px;">
<div id="mraFunc" style="width: 840px;padding-right: 8px">
<div class="flex j-c">
<div v-if="!isDev" class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>
<hr>
<hr v-if="!isDev">
<p style="color:#000000;font-size:32px;margin:0 0 30px 0;text-align:center;">
眼底血管造影知情同意书
</p>
@ -188,6 +188,9 @@ export default {
name: 'MraForm',
mixins: [styeFormSign],
props: {
isDev: {
type: Boolean
},
onlyRead: {
type: Boolean,
default: false

7
src/page-subspecialty/views/modules/formList/mraOrder.vue

@ -6,10 +6,10 @@
<el-button type="danger" size="small" @click="formDelete">删除</el-button>
</div>
<div id="mraFunc" style="width: 860px">
<div class="flex j-c">
<div v-if="!isDev" class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>
<hr>
<hr v-if="!isDev">
<p style="color:#000000;font-size:32px;margin:0 0 15px 0;text-align:center;">
眼底血管造影患者预约单
</p>
@ -217,6 +217,9 @@
export default {
name: 'MraOrder',
props: {
isDev: {
type: Boolean
},
onlyRead: {
type: Boolean,
default: false

7
src/page-subspecialty/views/modules/formList/puncture.vue

@ -6,10 +6,10 @@
<el-button type="danger" size="small" @click="formDelete">删除</el-button>
</div>
<div id="punctureOperation" style="width: 840px;padding-right: 8px">
<div class="flex j-c">
<div v-if="!isDev" class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>
<hr>
<hr v-if="!isDev">
<p style="color:#000000;font-size:32px;margin:0 0 30px 0;text-align:center;">
前房穿刺知情同意书
</p>
@ -126,6 +126,9 @@ export default {
name: 'Puncture',
mixins: [styeFormSign],
props: {
isDev: {
type: Boolean
},
onlyRead: {
type: Boolean,
default: false

Loading…
Cancel
Save