Files
zsxt_nbzs_h5/Web/src/pages/business/house/houseInfo/index.vue

10 lines
205 B
Vue

<template>
<div>
<a-button
@click="openContentWindow({
title: '房屋表单',
path: 'business/house/houseInfo/form',
});"
>打开表单</a-button>
</div>
</template>