WXL
2025-04-08 9f5b4e23bbca058ecef83397ff95dbe0fed7bd5e
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