<div class="h23" v-html="rightTxtFn()" >
div>
mounted(){
window.rightCall1 = this.rightCall1;
},
methods:{
rightCall1() {
bus.$emit('checked-row')
this.handleMakerClick()
this.clickMaker && this.clickMaker.clear()
},
rightTxtFn() {
return '我的历史';
},
},