update 构成表单页的种子
This commit is contained in:
10
Web/src/pages/business/house/houseInfo/index.vue
Normal file
10
Web/src/pages/business/house/houseInfo/index.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<div>
|
||||
<a-button
|
||||
@click="openContentWindow({
|
||||
title: '房屋表单',
|
||||
path: 'business/house/houseInfo/form',
|
||||
});"
|
||||
>打开表单</a-button>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user