WXL
2025-02-12 a5faf6e7b42f1e358ee8396c77452a07d9f976e8
src/views/patient/subsequent/index.vue
@@ -206,13 +206,28 @@
          width="180"
        />
        <!-- <el-table-column label="序号" fixed align="center" key="id" prop="id" /> -->
        <el-table-column
          label="姓名"
          fixed
          align="center"
          key="sendname"
          prop="sendname"
        />
        >
          <template slot-scope="scope">
            <el-button
              size="medium"
              type="text"
              @click="
                $router.push({
                  path: '/patient/indexls'+'?current='+scope.row.sfzh
                })
              "
              ><span class="button-textsc">{{
                scope.row.sendname
              }}</span></el-button
            >
          </template>
        </el-table-column>
        <el-table-column
          label="任务状态"
          align="center"