WXL
2025-05-15 b7092c2bf77696eb13fd680cb006211c17b48f5c
src/views/patient/patient/ExternalPatient.vue
@@ -108,7 +108,7 @@
            <el-table
              v-loading="loading"
              :data="userList"
              height="660"
              height="808"
              @selection-change="handleSelectionChange"
            >
              <el-table-column type="selection" width="50" align="center" />
@@ -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"