| | |
| | | align="center" |
| | | prop="expertConclusion" |
| | | width="120" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <dict-tag |
| | | :options="dict.type.expert_Conclusion" |
| | | :value="scope.row.expertConclusion" |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="专家意见" |
| | | align="center" |
| | |
| | | export default { |
| | | name: "EthicsReviewList", |
| | | components: { Pagination }, |
| | | dicts: ["sys_user_sex", "sys_ethical"], |
| | | dicts: ["sys_user_sex", "sys_ethical",'expert_Conclusion'], |
| | | data() { |
| | | return { |
| | | // 遮罩层 |
| | |
| | | handleView(row) { |
| | | this.$router.push({ |
| | | path: "/case/ethicalReviewInfo", |
| | | query: { infoid: row.infoid } |
| | | query: { infoid: row.infoid,id:row.id } |
| | | }); |
| | | }, |
| | | // 新增按钮操作 |
| | |
| | | const infoid = row.infoid; |
| | | this.$router.push({ |
| | | path: "/case/ethicalReviewInfo", |
| | | query: { infoid: infoid } |
| | | query: { infoid: infoid,id:row.id } |
| | | }); |
| | | }, |
| | | // 结束审查操作 |