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