| | |
| | | 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" |
| | |
| | | <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" |
| | |
| | | /** 查询门诊随访列表 */ |
| | | 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; |
| | |
| | | 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, }, |
| | | }); |
| | | }, |
| | | /** 重置密码按钮操作 */ |