3.9提交
This commit is contained in:
@@ -63,7 +63,6 @@
|
||||
:title="'执业地点'"
|
||||
:cancelText="'返回修改'"
|
||||
:confirmText="'确认发布'"
|
||||
|
||||
@close="noticeVisible=false"
|
||||
@confirm="noticeConfirm"
|
||||
>
|
||||
@@ -71,7 +70,7 @@
|
||||
<view class="ppt-content">
|
||||
<view class="notice-row">
|
||||
<view class="name">医院:</view>
|
||||
<view class="value" v-if="reason==1">{{ form.hospital_name }}</view>
|
||||
<view class="value">{{ form.hospital_name }}</view>
|
||||
|
||||
</view>
|
||||
<view class="notice-row">
|
||||
|
||||
Reference in New Issue
Block a user