src/views/followvisit/tasklist/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/patient/medtechnician/Compositeeditdetails.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/patient/medtechnician/PatientChart.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/patient/patient/ExternalPatient.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/patient/patient/behospitalized.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/patient/patient/hospital.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/patient/patient/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/patient/patient/outpatient.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/patient/patient/physical.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/patient/patient/profile/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/patient/propaganda/Missionotice.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/followvisit/tasklist/index.vue
@@ -165,14 +165,18 @@ :show-overflow-tooltip="true" /> <el-table-column label="待随访/总任务" label="总任务/已随访" align="center" key="nickName" width="120" prop="nickName" > <template slot-scope="scope"> <span>{{ scope.row.wfs }}/{{ scope.row.yfs }}</span> <span >{{ scope.row.wfs ? scope.row.wfs + scope.row.yfs : "" }}/{{ scope.row.yfs }}</span > </template> </el-table-column> <el-table-column @@ -695,7 +699,7 @@ this.tasktopic == 7 || this.tasktopic == 6 ) { if (!this.topqueryParams.type) this.topqueryParams.type = '2'; if (!this.topqueryParams.type) this.topqueryParams.type = "2"; this.longtermlist = [ { value: 1, @@ -707,7 +711,7 @@ }, ]; } else if (this.tasktopic == 4 || this.tasktopic == 8) { if (!this.topqueryParams.type) this.topqueryParams.type = '3'; if (!this.topqueryParams.type) this.topqueryParams.type = "3"; this.longtermlist = [ { value: 3, @@ -715,7 +719,7 @@ }, ]; } else if (this.tasktopic == 5) { if (!this.topqueryParams.type) this.topqueryParams.type = '1'; if (!this.topqueryParams.type) this.topqueryParams.type = "1"; this.longtermlist = [ { value: 1, src/views/patient/medtechnician/Compositeeditdetails.vue
@@ -359,15 +359,20 @@ prop="templatename" /> <el-table-column label="待随访/总任务" align="center" key="nickName" prop="nickName" > <template slot-scope="scope"> <span>{{ scope.row.wfs }}/{{ scope.row.yfs }}</span> </template> </el-table-column> label="总任务/已随访" align="center" key="nickName" width="120" prop="nickName" > <template slot-scope="scope"> <span >{{ scope.row.wfs ? scope.row.wfs + scope.row.yfs : "" }}/{{ scope.row.yfs }}</span > </template> </el-table-column> <el-table-column label="创建人" align="center" src/views/patient/medtechnician/PatientChart.vue
@@ -158,13 +158,18 @@ :show-overflow-tooltip="true" /> <el-table-column label="待随访/总任务组" label="总任务/已随访" align="center" key="nickName" width="120" prop="nickName" > <template slot-scope="scope"> <span>{{ scope.row.wfs }}/{{ scope.row.yfs }}</span> <span >{{ scope.row.wfs ? scope.row.wfs + scope.row.yfs : "" }}/{{ scope.row.yfs }}</span > </template> </el-table-column> <el-table-column src/views/patient/patient/ExternalPatient.vue
@@ -263,15 +263,20 @@ prop="templatename" /> <el-table-column label="待随访/总任务" align="center" key="nickName" prop="nickName" > <template slot-scope="scope"> <span>{{ scope.row.wfs }}/{{ scope.row.yfs }}</span> </template> </el-table-column> label="总任务/已随访" align="center" key="nickName" width="120" prop="nickName" > <template slot-scope="scope"> <span >{{ scope.row.wfs ? scope.row.wfs + scope.row.yfs : "" }}/{{ scope.row.yfs }}</span > </template> </el-table-column> <el-table-column label="创建人" align="center" src/views/patient/patient/behospitalized.vue
@@ -19,6 +19,22 @@ @keyup.enter.native="handleQuery" /> </el-form-item> <el-form-item label="主治医生" prop="name"> <el-input v-model="queryParams.drname" placeholder="请输入姓名" clearable @keyup.enter.native="handleQuery" /> </el-form-item> <el-form-item label="责任护士" prop="name"> <el-input v-model="queryParams.nurseName" placeholder="请输入姓名" clearable @keyup.enter.native="handleQuery" /> </el-form-item> <el-form-item label="住院号" prop="patid"> <el-input v-model="queryParams.patid" @@ -211,7 +227,7 @@ prop="leavehospitaldistrictname" width="120" /> <el-table-column <!-- <el-table-column label="床位号" align="center" key="bedNo" @@ -231,7 +247,7 @@ key="nurseName" prop="nurseName" width="120" /> /> --> <el-table-column label="操作" src/views/patient/patient/hospital.vue
@@ -20,6 +20,22 @@ @keyup.enter.native="handleQuery" /> </el-form-item> <el-form-item label="主治医生" prop="name"> <el-input v-model="queryParams.drname" placeholder="请输入姓名" clearable @keyup.enter.native="handleQuery" /> </el-form-item> <el-form-item label="责任护士" prop="name"> <el-input v-model="queryParams.nurseName" placeholder="请输入姓名" clearable @keyup.enter.native="handleQuery" /> </el-form-item> <el-form-item label="住院号" prop="patid"> <el-input v-model="queryParams.patid" src/views/patient/patient/index.vue
@@ -442,15 +442,20 @@ prop="templatename" /> <el-table-column label="待随访/总任务" align="center" key="nickName" prop="nickName" > <template slot-scope="scope"> <span>{{ scope.row.wfs }}/{{ scope.row.yfs }}</span> </template> </el-table-column> label="总任务/已随访" align="center" key="nickName" width="120" prop="nickName" > <template slot-scope="scope"> <span >{{ scope.row.wfs ? scope.row.wfs + scope.row.yfs : "" }}/{{ scope.row.yfs }}</span > </template> </el-table-column> <el-table-column label="创建人" align="center" src/views/patient/patient/outpatient.vue
@@ -152,12 +152,12 @@ <el-table-column label="就诊时间" align="center" key="createTime" prop="createTime" key="admitdate" prop="admitdate" width="160" > <template slot-scope="scope"> <span>{{ formatTime(scope.row.createTime) }}</span> <span>{{ formatTime(scope.row.admitdate) }}</span> </template> </el-table-column> src/views/patient/patient/physical.vue
@@ -254,12 +254,12 @@ <el-table-column label="就诊时间" align="center" key="createTime" prop="createTime" key="admitdate" prop="admitdate" width="160" > <template slot-scope="scope"> <span>{{ formatTime(scope.row.createTime) }}</span> <span>{{ formatTime(scope.row.admitdate) }}</span> </template> </el-table-column> <el-table-column @@ -269,7 +269,7 @@ width="160" > <template slot-scope="scope"> <span>{{ formatTime(scope.row.createTime) }}</span> <span>{{ formatTime(scope.row.updateTime) }}</span> </template> </el-table-column> <el-table-column src/views/patient/patient/profile/index.vue
@@ -364,12 +364,12 @@ <el-table-column label="就诊时间" align="center" key="createTime" prop="createTime" key="admitdate" prop="admitdate" width="160" > <template slot-scope="scope"> <span>{{ formatTime(scope.row.createTime) }}</span> <span>{{ formatTime(scope.row.admitdate) }}</span> </template> </el-table-column> @@ -531,8 +531,8 @@ <el-table-column label="住院号" align="center" key="patno" prop="patno" key="inhospno" prop="inhospno" width="120" /> <el-table-column src/views/patient/propaganda/Missionotice.vue
@@ -199,8 +199,8 @@ <el-table-column label="就诊时间" align="center" key="visitTime" prop="visitTime" key="admitdate" prop="admitdate" width="160" > </el-table-column>