src/views/patient/patient/index.vue
@@ -442,13 +442,18 @@ prop="templatename" /> <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