iview on-row-click 事件

点击表格当前行 显示数据

//给表格绑定on-row-click 事件
—————————————————————————— showliftthepunish(data) { this.modal3 = true; // console.log(data) //获取表格当前行数据 this.thecurrentdata = data; }, —————————————————————————— //数据提取

{{this.$t("ID")}}:{{thecurrentdata.roomNo}}

{{this.$t("nickname")}}:{{thecurrentdata.nickName}}

{{this.$t("country")}}:{{thecurrentdata.country}}

{{this.$t("punish")}}:{{thecurrentdata.defineName}}

{{this.$t("type")}}:{{thecurrentdata.signFlag == 0 ? $t('notSign') : $t('ceasetSign') }}

你可能感兴趣的:(iview on-row-click 事件)