123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948 |
- <!-- 文书管理 -->
- <template>
- <div class="patient-container">
- <patient-sidebar :id="patientID" defaultActive="6-1"></patient-sidebar>
- <div>
- <div class="patient-app-container advice-container app-container">
- <el-tabs v-model="activeName" >
- <el-tab-pane label="已生成" name="first">
- <div style="display: flex;">
- <div style="width: 30%;">
- <div>
- <el-input
- placeholder="请输入内容"
- prefix-icon="el-icon-search"
- v-model="input2" style="width: 200px;">
- </el-input>
- <el-button type="primary">查看图片</el-button>
- </div>
- <div>
- <el-table
- :data="tableData"
- stripe
- :header-cell-style="{
- background:' #409eff',
- color: 'white'
- }"
- border
- style="width: 100%">
- <el-table-column
- prop="num"
- label="序号"
- width="60">
- </el-table-column>
- <el-table-column
- prop="date"
- label="日期"
- width="120">
- </el-table-column>
- <el-table-column
- prop="address"
- label="知情同意书">
- </el-table-column>
- </el-table>
- </div>
- </div>
- <div style="width: 68%; margin-left: 10px;">
- <div style="height: 100vh; border: 1px solid gainsboro;">
-
- </div>
- </div>
- </div>
- </el-tab-pane>
- <el-tab-pane label="模板" name="second">
- <div style="display: flex;">
- <div style="width: 30%;">
- <div>
- <el-input
- placeholder="请输入内容"
- prefix-icon="el-icon-search"
- v-model="input2" style="width: 200px;">
- </el-input>
- <!-- <el-button type="primary">新增</el-button> -->
- </div>
- <div>
- <el-table
- :data="templates"
- style="width: 100%"
- hegint="300"
- border
- :highlight-current-row="true"
- :header-cell-style="{
- color: '#409eff',
- }"
- @row-click="rowClick"
- >
- <el-table-column
- prop="date"
- label="知情同意书模板"
- align="center"
- >
- </el-table-column>
- </el-table>
- </div>
- </div>
- <div style="width: 69%; margin-left: 10px;">
- <div v-if="face_show">
- <Fallout_Bed_Print :patient_id ="this.patientID" :listPrint="listPrint" ref="childOne" @getFallOutBedPrintList="getFallOutBedPrintList"></Fallout_Bed_Print>
- </div>
- <div v-if="filter_show">
- <!-- filter_show -->
- <Filter_informed :patient_id ="this.patientID" :filterList="filterList" ref="childTwo" @getFilterInformed="getFilterInformed"></Filter_informed>
- </div>
- <div v-if="profunda_show">
- <profunda_informed :patient_id ="this.patientID" :profundaPrint="profundaPrint" ref="childThree" @getProfundaInformed="getProfundaInformed"></profunda_informed>
- </div>
- <div v-if="arteriovenous_show">
- <arteriovenous_informed :patient_id ="this.patientID" :arterOvenousPrint="arterOvenousPrint" ref="childFour" @getArterOvernous="getArterOvernous"></arteriovenous_informed>
- </div>
- <div v-if="Highrisk_show" >
- <Highrisk_informed :patient_id ="this.patientID" :highRiskPrint="highRiskPrint" ref="childFive" @getHighRiskInformed="getHighRiskInformed"></Highrisk_informed>
- </div>
- <div v-if="anticoagulation_show">
- <anticoagulation_informed :patient_id ="this.patientID" :auncoagulationPrint="auncoagulationPrint" @getAnticoagulationInformed="getAnticoagulationInformed" ref="childSix"></anticoagulation_informed>
- </div>
- <div v-if="critical_show">
- <critical_informed :patient_id ="this.patientID" @getCriticalInformed="getCriticalInformed" :criticalInforPrint="criticalInforPrint" ref="childSeven"></critical_informed>
- </div>
- <div v-if="hemoperfusion_show">
- <hemoperfusion_informed :patient_id ="this.patientID" @getHemoperfusionInformed="getHemoperfusionInformed" :hemoperfusionPrint="hemoperfusionPrint" ref="childEight"></hemoperfusion_informed>
- </div>
- <div v-if="Bring_show">
- <Bring_informed :patient_id ="this.patientID" @getInformedConsent="getInformedConsent" :informedConsentPrint="informedConsentPrint" ref="childNight"></Bring_informed>
- </div>
- <div v-if="catheterization_show">
- <catheterization_informed :patient_id ="this.patientID" @getCatheterization="getCatheterization" ref="childTwely" :cathetherizationPrint="cathetherizationPrint"></catheterization_informed>
- </div>
- <!-- <div v-if="dialyzer_show">
- <dialyzer_informed :patient_id ="this.patientID" :dialyzerInformedPrint="dialyzerInformedPrint" ref="childTen" @getDialyzerInformed="getDialyzerInformed"></dialyzer_informed>
- </div> -->
- <div v-if="therapy_show">
- <therapy_informed :patient_id ="this.patientID"ref="childEleven" :therapyinformePrint="therapyinformePrint" @getTherapyInformed="getTherapyInformed"></therapy_informed>
- </div>
- <div v-if="history_show">
- <Medicalhistory :patient_id ="this.patientID" :medicalList="medicalList" ref="childThrity" @getPatientMeDicalList="getPatientMeDicalList"></Medicalhistory>
- </div>
- <div v-if="show14">
- <heal_informed :patient_id ="this.patientID" ref="childSeventy" ::patientTreamentPlan="patientTreamentPlan" @getTreamentPlan="getTreamentPlan"></heal_informed>
- </div>
- <div v-if="show16">
- <criticalpatient_informed2 :patient_id ="this.patientID" ref="childSixty" :patientCritaicalInformedOnePrint="patientCritaicalInformedOnePrint" @getPatientCriticalOneList="getPatientCriticalOneList"></criticalpatient_informed2>
- </div>
- <div v-if="show17">
- <Disease_diagnosis :patient_id ="this.patientID" ref="childsevety"></Disease_diagnosis>
- </div>
- <div v-if="show18">
- <nonheparin_informed :patient_id ="this.patientID" ref="childeighteen"></nonheparin_informed>
- </div>
- <div v-if="show19">
- <CRRT_informed :patient_id ="this.patientID" ref="childnineteen"></CRRT_informed>
- </div>
- <div v-if="show20">
- <Terminate_informed :patient_id ="this.patientID" ref="childtwoty"></Terminate_informed>
- </div>
-
- </div>
- </div>
- </el-tab-pane>
- </el-tabs>
- </div>
- </div>
-
- </div>
- </template>
-
- <script>
- import PatientSidebar from '../components/PatientSidebar'
- import Fallout_Bed_Print from './components/Falloutbedprint'
- import Filter_informed from './components/Filter_informed'
- import profunda_informed from './components/profunda_informed'
- import arteriovenous_informed from './components/arteriovenous_informed'
- import Highrisk_informed from './components/Highrisk_informed'
- import anticoagulation_informed from './components/anticoagulation_informed'
- import critical_informed from './components/critical_informed'
- import hemoperfusion_informed from './components/hemoperfusion_informed'
- import Bring_informed from './components/Bring_informed'//自带药物
- import catheterization_informed from './components/catheterization_informed'//深静脉导管置入
- import dialyzer_informed from './components/dialyzer_informed'//透析器(滤器)
- import therapy_informed from './components/therapy_informed'//透析器(滤过)治疗
- import Medicalhistory from './components/Medicalhistory'
- import heal_informed from './components/heal_informed'
- import criticalpatient_informed from './components/criticalpatient_informed'
- import criticalpatient_informed2 from './components/criticalpatient_informed2'
- import Disease_diagnosis from './components/Disease_diagnosis'
- import nonheparin_informed from './components/nonheparin_informed'
- import CRRT_informed from './components/CRRT_informed'
- import Terminate_informed from './components/Terminate_informed'
- import { getPatientDetailInformedconsent,getFallOutBedPrintList,getFilterInformed,getProfundaInformed,
- getArterOvernous,getHighRiskInformed,getPatientMeDicalList,getAnticoagulationInformed,getCriticalInformed,
- getHemoperfusionInformed,getInformedConsent,getCatheterization,getDialyzerInformed, getTherapyInformed,
- getPatientCriticalList,getPatientCriticalOneList,getTreamentPlan } from '@/api/patient'
- export default {
- components: {
- PatientSidebar,
- Fallout_Bed_Print,
- Filter_informed,
- profunda_informed,
- arteriovenous_informed,
- Highrisk_informed,
- anticoagulation_informed,
- critical_informed,
- hemoperfusion_informed,
- Bring_informed,
- catheterization_informed,
- dialyzer_informed,
- therapy_informed,
- Medicalhistory,
- heal_informed,
- criticalpatient_informed,
- criticalpatient_informed2,
- Disease_diagnosis,
- nonheparin_informed,
- CRRT_informed,
- Terminate_informed
- },
- data() {
- return {
- // patient_id:0,{date:'透析器(滤器)重复使用知情同意书',value:'11'},{date:'危重病人知情同意书',value:'15'},
- activeName:'second',
- templates:[{date:'人脸识别知情同意书',value:'1'},{date:'血液透析(滤过、灌流)治疗知情同意书',value:'2'},{date:'深静脉透析导管拔管术知情同意书',value:'3'},{date:'动静脉内瘘穿刺知情同意书',value:'4'},
- {date:'高危出血患者血液净化抗凝方式选择知情同意书',value:'5'},{date:'抗凝溶栓治疗知情同意书',value:'6'},{date:'危重患者接受血液净化治疗知情同意书',value:'7'},
- {date:'血液灌流治疗知情同意书',value:'8'},{date:'自带药物代为注射告知知情同意书',value:'9'},{date:'深静脉透析导管置入术知情同意书',value:'10'},
- {date:'血液透析(滤过)治疗知情同意书',value:'12'},{date:'门诊血液透析治疗病历首页',value:'13'},
- {date:'治疗处理方案知情同意书',value:'14'},{date:'危重病人知情同意书',value:'16'},
- {date:'疾病诊断证明书',value:'17'},{date:'无肝素血液透析风险知情同意书',value:'18'},
- {date:'连续肾脏替代治疗(CRRT)治疗知情同意书',value:'19'},{date:'患方要求终止治疗及风险、责任承担承诺书',value:'20'},
- ],
-
- face_show:true,
- filter_show:false,
- profunda_show:false,
- arteriovenous_show:false,
- Highrisk_show:false,
- anticoagulation_show:false,
- critical_show:false,
- hemoperfusion_show:false,
- Bring_show:false,
- catheterization_show:false,
- dialyzer_show:false,
- therapy_show:false,
- history_show:false,
- show14:false,
- show18:false,
- show16:false,
- show17:false,
- show19:false,
- show20:false,
- patientID:0,
- patient:{},
- tableData:[],
- input2:'',
- listPrint:{},
- filterList:{},
- profundaPrint:{},
- arterOvenousPrint:{},
- highRiskPrint:{},
- medicalList:{},
- auncoagulationPrint:{},
- criticalInforPrint:{},
- hemoperfusionPrint:{},
- informedConsentPrint:{},
- cathetherizationPrint:{},
- dialyzerInformedPrint:{},
- therapyinformePrint:{},
- patientCritaicalInformedPrint:{},
- patientCritaicalInformedOnePrint:{},
- patientTreamentPlan:{}
- }
-
- },
- created() {
- const id = this.$route.params && this.$route.params.id
- this.patientID = parseInt(id)
- console.log("病人id",this.patientID)
- // this.queryParams.patient_id = this.patientID;
- },
- methods: {
- getlist(){
-
- getPatientDetailInformedconsent(this.patientID).then(response=>{
- if(response.data.state == 1){
- var patient = response.data.data.patients
- console.log("patinet",patient)
- this.patient =patient
- }
- })
- },
-
- getPatientMeDicalList(){
- var params = {
- patient_id:this.patientID,
- }
- getPatientMeDicalList(params).then(response=>{
- if(response.data.state ==1){
- var list= response.data.data.list
- this.medicalList = list
- this.$refs.childThrity.show(list)
- }
- })
- },
-
- getFallOutBedPrintList(){
-
- getFallOutBedPrintList().then(response=>{
- if(response.data.state ==1){
- var list = response.data.data.list
- this.listPrint = list
- this.$refs.childOne.show(list)
- }
- })
- },
- getFilterInformed(){
- getFilterInformed().then(response=>{
- if(response.data.state ==1){
- var list = response.data.data.list
- this.filterList = list
- this.$refs.childTwo.show(list)
- }
- })
- },
- getProfundaInformed(){
- console.log("出发阿道夫奥德赛佛")
- getProfundaInformed().then(response=>{
- if(response.data.state ==1){
- var list = response.data.data.list
- this.profundaPrint = list
- this.$refs.childThree.show(list)
- }
- })
- },
- getArterOvernous(){
- getArterOvernous().then(response=>{
- if(response.data.state==1){
- var list = response.data.data.list
- this.arterOvenousPrint= list
- this.$refs.childFour.show(list)
- }
- })
- },
- getHighRiskInformed(){
- getHighRiskInformed().then(response=>{
- if(response.data.state ==1){
- var list = response.data.data.list
- this.highRiskPrint = list
- this.$refs.childFive.show(list)
- }
- })
- },
- getAnticoagulationInformed(){
- getAnticoagulationInformed().then(response=>{
- if(response.data.state==1){
- var list = response.data.data.list
- this.auncoagulationPrint =list
- this.$refs.childSix.show(list)
- }
- })
- },
- getCriticalInformed(){
- getCriticalInformed().then(response=>{
- if(response.data.state ==1){
- var list = response.data.data.list
- this.criticalInforPrint =list
- this.$refs.childSeven.show(list)
- }
- })
- },
- getHemoperfusionInformed(){
- getHemoperfusionInformed().then(response=>{
- if(response.data.state==1){
- var list = response.data.data.list
- this.hemoperfusionPrint = list
- this.$refs.childEight.show(list)
- }
- })
- },
- getInformedConsent(){
- getInformedConsent().then(response=>{
- if(response.data.state ==1){
- var list = response.data.data.list
- this.informedConsentPrint = list
- this.$refs.childNight.show(list)
- }
- })
- },
- getCatheterization(){
- getCatheterization().then(response=>{
- if(response.data.state==1){
- var list = response.data.data.list
- this.cathetherizationPrint= list
- this.$refs.childTwely.show(list)
- }
- })
- },
- getDialyzerInformed(){
- getDialyzerInformed().then(response=>{
- if(response.data.state==1){
- var list = response.data.data.list
- this.dialyzerInformedPrint = list
- this.$refs.childTen.show(list)
- }
- })
- },
- getTherapyInformed(){
- getTherapyInformed().then(response=>{
- if(response.data.state ==1){
- var list = response.data.data.list
- this.therapyinformePrint= list
- this.$refs.childEleven.show(list)
- }
- })
- },
- getPatientCriticalList(){
- getPatientCriticalList().then(response=>{
- if(response.data.state==1){
- console.log("出啊杜甫阿杜父u啊速度发")
- var patientCritaicalInformed = response.data.data.patientCritaicalInformed
- this.patientCritaicalInformedPrint = patientCritaicalInformed
- this.$refs.childFivety.show(patientCritaicalInformed)
- }
- })
- },
- getPatientCriticalOneList(){
- getPatientCriticalOneList().then(response=>{
- if(response.data.state ==1){
- var list = response.data.data.list
- this.patientCritaicalInformedOnePrint = list
- this.$refs.childSixty.show(list)
- }
- })
- },
- getTreamentPlan(){
- getTreamentPlan().then(response=>{
- if(response.data.state ==1){
- var list = response.data.data.treamentPlan
- this.patientTreamentPlan = list
- this.$refs.childSeventy.show(list)
- }
- })
- },
-
- rowClick(row, column, event){
- console.log('1111',row);
- // console.log('2222',column);
- // console.log('3333',event);
-
- if(row.value==1){
- this.face_show=true
- this.filter_show=false,
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=false,
-
- this.show16=false,
- this.show17=false,
- this.show18=false,
- this.show19 = false,
- this.show20 = false
- this.getFallOutBedPrintList()
- }
- if(row.value==2){
- this.filter_show=true
- this.face_show=false
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=false,
- this.show16=false,
- this.show17=false,
- this.show18=false,
- this.show19 = false,
- this.show20 = false
- this.getFilterInformed()
- }
- if(row.value==3){
- this.face_show=false
- this.filter_show=false,
- this.profunda_show=true,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=false,
- this.show16=false,
- this.show17=false,
- this.show18=false,
- this.show19 = false,
- this.show20 = false
- this.getProfundaInformed()
- }
- if(row.value==4){
- this.filter_show=false
- this.face_show=false
- this.profunda_show=false,
- this.arteriovenous_show=true,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=false,
- this.show16=false,
- this.show17=false,
- this.show18=false,
- this.show19 = false,
- this.show20 = false
- this.getArterOvernous()
- }
- if(row.value==5){
- this.face_show=false
- this.filter_show=false,
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=true,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=false,
- this.show16=false,
- this.show17=false,
- this.show18=false,
- this.show19 = false,
- this.show20 = false
- this.getHighRiskInformed()
- }
- if(row.value==6){
- this.filter_show=false
- this.face_show=false
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=true,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=false,
- this.show16=false,
- this.show17=false,
- this.show18=false,
- this.show19 = false,
- this.show20 = false
- this.getAnticoagulationInformed()
- }
- if(row.value==7){
- this.face_show=false
- this.filter_show=false,
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=true,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=false,
- this.show16=false,
- this.show17=false,
- this.show18=false,
- this.show19 = false,
- this.show20 = false
- this.getCriticalInformed()
- }
- if(row.value==8){
- this.filter_show=false
- this.face_show=false
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=true,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=false,
- this.show16=false,
- this.show17=false,
- this.show18=false,
- this.show19 = false,
- this.show20 = false
- this.getHemoperfusionInformed()
- }
- if(row.value==9){
- this.face_show=false
- this.filter_show=false,
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=true,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=false,
- this.show16=false,
- this.show17=false,
- this.show18=false,
- this.show19 = false,
- this.show20 = false
- this.getInformedConsent()
- }
- if(row.value==10){
- this.filter_show=false
- this.face_show=false
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=true,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=false,
- this.show16=false,
- this.show17=false,
- this.show18=false,
- this.show19 = false,
- this.show20 = false
- }
- // if(row.value==11){
- // this.face_show=false
- // this.filter_show=false,
- // this.profunda_show=false,
- // this.arteriovenous_show=false,
- // this.Highrisk_show=false,
- // this.anticoagulation_show=false,
- // this.critical_show=false,
- // this.hemoperfusion_show=false,
- // this.Bring_show=false,
- // this.catheterization_show=false,
- // // this.dialyzer_show=true,
- // this.therapy_show=false,
- // this.history_show=false,
- // this.show14=false,
- // this.show15=false,
- // this.show16=false,
- // this.show17=false
- // this.getDialyzerInformed()
- // }
- if(row.value==12){
- this.filter_show=false
- this.face_show=false
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=true,
- this.history_show=false,
- this.show14=false,
- this.show16=false,
- this.show17=false,
- this.show18=false,
- this.show19 = false,
- this.show20 = false
- this.getTherapyInformed()
- }
- if(row.value==13){
- this.filter_show=false
- this.face_show=false
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=true,
- this.show14=false,
- this.show16=false,
- this.show17=false,
- this.show18=false,
- this.show19 = false,
- this.show20 = false
- this.getPatientMeDicalList()
- }
- if(row.value==14){
- this.filter_show=false
- this.face_show=false
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=true,
- this.show16=false,
- this.show17=false,
- this.show18=false,
- this.show19 = false,
- this.show20 = false
- this.getTreamentPlan()
- }
- // if(row.value==15){
-
- // this.filter_show=false
- // this.face_show=false
- // this.profunda_show=false,
- // this.arteriovenous_show=false,
- // this.Highrisk_show=false,
- // this.anticoagulation_show=false,
- // this.critical_show=false,
- // this.hemoperfusion_show=false,
- // this.Bring_show=false,
- // this.catheterization_show=false,
- // this.therapy_show=false,
- // this.history_show=false,
- // this.show14=false,
- // this.show16=false,
- // this.show17=false
- // this.getPatientCriticalList()
- // }
- if(row.value==16){
- this.filter_show=false
- this.face_show=false
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=false,
- this.show16=true,
- this.show17=false,
- this.show18=false,
- this.show19 = false,
- this.show20 = false
- this.getPatientCriticalOneList()
- }
- if(row.value==17){
- this.filter_show=false
- this.face_show=false
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=false,
- this.show16=false,
- this.show17=true,
- this.show18=false,
- this.show19 = false,
- this.show20 = false
- }
- if(row.value==18){
- this.filter_show=false
- this.face_show=false
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=false,
- this.show16=false,
- this.show17=false,
- this.show18=true,
- this.show19 = false,
- this.show20 = false
- }
- if(row.value==19){
- this.filter_show=false
- this.face_show=false
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=false,
- this.show16=false,
- this.show17=false,
- this.show18=false,
- this.show19 = true,
- this.show20 = false
- }
- if(row.value==20){
- this.filter_show=false
- this.face_show=false
- this.profunda_show=false,
- this.arteriovenous_show=false,
- this.Highrisk_show=false,
- this.anticoagulation_show=false,
- this.critical_show=false,
- this.hemoperfusion_show=false,
- this.Bring_show=false,
- this.catheterization_show=false,
- this.therapy_show=false,
- this.history_show=false,
- this.show14=false,
- this.show16=false,
- this.show17=false,
- this.show18=false,
- this.show19 = false,
- this.show20 = true
- }
- },
-
- }
- }
- </script>
- <style rel="stylesheet/css" lang="scss" scoped>
- .content_top{
- display: flex;
- justify-content: space-between;
-
- }
- .table{
- border: 1px solid #DCDFE6;
- border-collapse:collapse;
- border-spacing: 0;
- thead th{
- background: #0077ff9f;
- color: white;
- text-align: center;
- height: 40px;
- }
- tbody td{
- height: 40px;
- padding: 5px;
- }
- .start{
- text-align: center;
- }
- .bing{
- width: 150px;
- text-align: center;
- }
- .bg_color{
- background: rgb(243, 240, 240);
- }
- .jiange{
- margin-left: 20px;
- // color: black;
- }
- .xiaojige{
- margin-left: 10px;
- }
- .rightjiange{
- margin-right: 40px;
- font-size: 15px;
- }
- .ttbwzz-type-a {
- min-width: 80px;
- margin-right: 30px;
- padding: 5px 0px;
- font-size: 15px;
- }
- input{
- -webkit-appearance: checkbox;
- }
- }
- .shuoming p{
- margin-top: 5px;
- color: rgb(167, 165, 165);
- }
- .biaotou{
- font-size: 18px;
- margin-bottom: 10px;
- color: #0077ff9f;
- // background-color: '#409eff';
- }
- ::-webkit-scrollbar {
- width: 5px;
- }
- ::-webkit-scrollbar-track {
- /*background black*/
- border-radius: 5px;
- background-color: white;
- }
- .table2 tr td{
- width: 50%;
- height: 40px;
- padding: 5px;
- }
-
- </style>
- <style lang="scss">
- .status_change{
-
- .el-dialog__header{
- background-color:#eff2f5;
- .el-dialog__title,.el-dialog__headerbtn i{
- color: #666666;
- }
- }
- }
- .el-dialog {
- left: 50% !important;
- position: fixed !important;
- top: 40% !important;
- transform: translate(-50%, -50%) !important;
- margin-top: 0 !important;
-
- }
- </style>
|