update 构成表单页的种子

This commit is contained in:
2021-05-12 23:07:40 +08:00
parent ead8ca4063
commit c74448b1fc
32 changed files with 1475 additions and 980 deletions

View File

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