Browse Source

子院区/子院区编码

zsw007 3 năm trước cách đây
mục cha
commit
d33a908547
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      src/api/index.js
  2. 2 2
      src/components/callRecord/CallRecordManager.vue

+ 1 - 1
src/api/index.js

@@ -4,7 +4,7 @@ import config from './config.js';
 axios.default.timeout = 500000;
 axios.defaults.headers.post['Content-Type'] = "application/json;charset=utf-8";
 axios.defaults.baseURL = 'http://192.168.2.236:6060';
-// axios.defaults.baseURL = 'http://192.168.2.241';
+//axios.defaults.baseURL = 'http://192.168.2.241';
 // axios.defaults.baseURL = 'http://192.168.3.113:6060';
 
 

+ 2 - 2
src/components/callRecord/CallRecordManager.vue

@@ -208,7 +208,7 @@
         >
         <template slot-scope="scope">
             <span>
-              {{ scope.row.subHospitalName === null? '-' : scope.row.patientId }}
+              {{ scope.row.subHospitalName === null? '-' : scope.row.subHospitalName }}
             </span>
           </template>
         </el-table-column>
@@ -220,7 +220,7 @@
         >
         <template slot-scope="scope">
             <span>
-              {{ scope.row.subHospitalCode === null? '-' : scope.row.patientId }}
+              {{ scope.row.subHospitalCode === null? '-' : scope.row.subHospitalCode }}
             </span>
           </template>
         </el-table-column>