| | |
| | | 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> |
| | |
| | | |
| | | |
| | | export default { |
| | | name: "show", |
| | | name: "Self", |
| | | dicts: ['sys_normal_disable'], |
| | | |
| | | data() { |
| | |
| | | /** 查看详细信息 */ |
| | | handleCheck1(row){ |
| | | const id = row.id; |
| | | this.open2 = false; |
| | | this.$router.push("/self/self/memoInfo/" + id); |
| | | }, |
| | | /** 修改按钮操作 */ |
| | |
| | | /** 查看详细信息 */ |
| | | handleCheck(row){ |
| | | const id = row.id; |
| | | |
| | | this.$router.push("/self/self/edit/" + id); |
| | | }, |
| | | /** 修改按钮操作 */ |