WXL
2023-12-04 6b39414f0ec1ce55e5b399dce79604c6fdcfdc0c
src/views/followvisit/tasklist/index.vue
@@ -156,19 +156,38 @@
          prop="describe"
        />
        <el-table-column
          label="任务总数"
          label="待执行/总任务"
          align="center"
          key="nickName"
          prop="nickName"
        />
        <!-- <el-table-column
          label="患者总数"
        <el-table-column
          label="状态"
          align="center"
          key="phonenumber"
          prop="phonenumber"
          width="120"
        /> -->
        />
        <el-table-column
          label="审核人"
          align="center"
          key="create_by"
          prop="create_by"
          width="120"
          :show-overflow-tooltip="true"
        />
        <el-table-column
          label="审核时间"
          sortable
          align="center"
          prop="create_time"
          width="160"
        >
          <template slot-scope="scope">
            <span>{{ parseTime(scope.row.create_time) }}</span>
          </template>
        </el-table-column>
        <el-table-column
          label="创建人"
          align="center"
@@ -188,21 +207,7 @@
            <span>{{ parseTime(scope.row.create_time) }}</span>
          </template>
        </el-table-column>
        <el-table-column
          label="最近修改"
          sortable
          align="center"
          prop="update_time"
          width="160"
        >
          <template slot-scope="scope">
            <span
              >{{ scope.row.update_by }}
              {{ parseTime(scope.row.update_time) }}</span
            >
          </template>
        </el-table-column>
        <el-table-column
          label="操作"
          align="center"
@@ -579,7 +584,7 @@
    /** 查询门诊随访列表 */
    getList() {
      this.loading = true;
      listsvr_prj(this.addDateRange(this.topqueryParams, this.dateRange)).then(
      listUser(this.addDateRange(this.topqueryParams, this.dateRange)).then(
        (response) => {
          console.log(response);
          this.userList = response.rows;
@@ -688,21 +693,17 @@
      this.$router.push({
        path: "/followvisit/tasklist/FollowupDetails/",
      });
      // this.reset();
      // this.addalteropen = true;
      // getUser().then((response) => {
      //   this.postOptions = response.posts;
      //   this.roleOptions = response.roles;
      //   this.title = "新增门诊随访";
      //   this.form.password = this.initPassword;
      // });
    },
    /** 修改按钮操作 */
    handleUpdate(row) {
      // const userId = row.userId || this.ids;
      // this.$router.push({
      //   path: "/followvisit/tasklist/FollowupDetails/",
      //   query: { id: row.id },
      // });
      this.$router.push({
        path: "/followvisit/tasklist/FollowupDetails/",
        query: { id: row.id },
        path: "/followvisit/particty",
        query: { type: 2, },
      });
    },
    /** 重置密码按钮操作 */