111
This commit is contained in:
parent
87fd45e887
commit
394d8af09f
@ -75,7 +75,7 @@
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-divider />
|
||||
<div class="titlebox" v-if="modalForm.inquiry_doctor">
|
||||
<div class="titlebox" v-if="modalForm.inquiry_doctor && !modalForm.transfer_prescription_doctor">
|
||||
<div class="bar"></div>
|
||||
<div class="name">医生信息</div>
|
||||
<a-space
|
||||
@ -91,7 +91,7 @@
|
||||
>
|
||||
</a-space>
|
||||
</div>
|
||||
<a-row :gutter="24" style="margin-top: 35px">
|
||||
<a-row :gutter="24" style="margin-top: 35px" v-if="modalForm.inquiry_doctor && !modalForm.transfer_prescription_doctor">
|
||||
<a-col :span="24">
|
||||
<a-form-item field="license_cert" :hide-label="true">
|
||||
<div class="doctorInfo" v-if="modalForm.inquiry_doctor">
|
||||
@ -132,10 +132,10 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-divider v-if="modalForm.inquiry_doctor" />
|
||||
<a-divider v-if="modalForm.inquiry_doctor && !modalForm.transfer_prescription_doctor" />
|
||||
<div class="titlebox" v-if="modalForm.transfer_prescription_doctor">
|
||||
<div class="bar"></div>
|
||||
<div class="name">抄方医生信息</div>
|
||||
<div class="name">医生信息</div>
|
||||
<a-space
|
||||
style="
|
||||
margin-right: 8px;
|
||||
@ -145,7 +145,7 @@
|
||||
"
|
||||
>
|
||||
<a-button type="primary" @click="openDcotorTransfer"
|
||||
>查看抄方医生完整信息</a-button
|
||||
>查看医生完整信息</a-button
|
||||
>
|
||||
</a-space>
|
||||
</div>
|
||||
|
||||
@ -136,7 +136,7 @@
|
||||
|
||||
<div class="titlebox" v-if="modalForm.transfer_prescription_doctor && !showTransferDoctor">
|
||||
<div class="bar"></div>
|
||||
<div class="name">抄方医生信息</div>
|
||||
<div class="name">医生信息</div>
|
||||
<a-space
|
||||
style="
|
||||
margin-right: 8px;
|
||||
@ -146,7 +146,7 @@
|
||||
"
|
||||
>
|
||||
<a-button type="primary" @click="openDcotorTransfer"
|
||||
>查看抄方医生完整信息</a-button
|
||||
>查看医生完整信息</a-button
|
||||
>
|
||||
</a-space>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user