pengjun 2 weeks ago
parent
commit
7165d1621c
  1. 2
      public/sysConfig.json
  2. 4
      src/components/doctorCheck/PatientRegisterList.vue

2
public/sysConfig.json

@ -1,5 +1,5 @@
{
"apiurl": "http://140.143.162.39:9529",
"apiurl": "http://192.168.0.188:9530",
"softName": "神豚体检管理系统",
"pacsApi": "http://140.143.162.39:9529",
"dcmViewers": "https://app.mzaktj.com:4436",

4
src/components/doctorCheck/PatientRegisterList.vue

@ -37,7 +37,7 @@
</div>
<div class="query">
<span>{{ win == 'doctorCheck' ? '检查' : '总检' }}医生</span>
<el-select v-model="local.query.checkDoctorIds" placeholder="快速选择组合项目" size="small" filterable clearable
<el-select v-model="local.query.checkDoctorIds" placeholder="请选择医生" size="small" filterable clearable
style="width:207px;text-align: left;" multiple collapse-tags>
<el-option v-for="item in users" :key="item.id" :value="item.id" :label="item.surname" />
</el-select>
@ -57,7 +57,7 @@
</div>
<div class="query" v-if="win == 'doctorCheck'">
<span>组合项目</span>
<el-select v-model="local.query.checkAsb" placeholder="快速选择组合项目" size="small" filterable
<el-select v-model="local.query.checkAsb" placeholder="选择组合项目" size="small" filterable
:filter-method="filterMethod" clearable @clear="quickAsb = deepCopy(asbItemQuick)" default-first-option
ref="quickAsbOCX" style="width:207px;text-align: left;">
<el-option v-for="item in quickAsb" :key="item.id" :value="item.id" :label="item.displayName" />

Loading…
Cancel
Save