Browse Source

表单修改

zhangyanfang 5 years ago
parent
commit
ec3fb88b0c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      component/followup/fangshi-detail-6.js

+ 2 - 2
component/followup/fangshi-detail-6.js

@ -643,7 +643,7 @@ Vue.component('fangshi-detail-6', {
                            随访医生签名:
                        </div>
                        <div class="ui-col-1">
                            <el-input type="text" :readonly="!editable" v-model="newbornData.organization_ORG_NAME" clearable></el-input>
                            <el-input type="text" :readonly="!editable" v-model="newbornData.VISITING_DOCTOR" clearable></el-input>
                        </div>
                    </div>
                    <div class="ui-col-1 ui-grid setinput">
@ -651,7 +651,7 @@ Vue.component('fangshi-detail-6', {
                            家属确认签字:
                        </div>
                        <div class="ui-col-1">
                            <el-input type="text" :readonly="!editable" v-model="newbornData.organization" clearable></el-input>
                            <el-input type="text" :readonly="!editable" v-model="newbornData.FAMILY_SIGN" clearable></el-input>
                        </div>
                    </div>
                </div>