ruoyi-ui/src/views/self/show.vue
@@ -534,7 +534,7 @@ size="mini" type="text" icon="el-icon-d-arrow-right" @click="handleCheck(scope.row)"> @click="handleCheck1(scope.row)"> <span style="font-size: 14px;">查看详情</span></el-button> </div> </template> @@ -1357,6 +1357,7 @@ /** 查看详细信息 */ handleCheck1(row){ const id = row.id; this.open2 = false; this.$router.push("/self/self/memoInfo/" + id); }, /** 修改按钮操作 */ @@ -1493,6 +1494,7 @@ /** 查看详细信息 */ handleCheck(row){ const id = row.id; this.$router.push("/self/self/edit/" + id); }, /** 修改按钮操作 */