html部分
<div ref="devinfowin" class="devinfowin" style="color: white;z-index: 100;">
<el-button @click="closewin()">关闭</el-button>
</div>
script部分
const { proxy } = getCurrentInstance() as any;
// 省略一万行
infoWindow.setContent(proxy.$refs.devinfowin)
看下效果