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