Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
aba8cd42
authored
2023-09-06 15:20:40 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:水电信息
1 parent
a83e9b45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
src/views/workflow/components/sdqxx.vue
src/views/workflow/components/sdqxx.vue
View file @
aba8cd4
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-06 1
0:31:23
* @LastEditTime: 2023-09-06 1
5:20:16
-->
<
template
>
<div
class=
"slxx sdqxx"
>
<!--
<div>
自来水信息
</div>
<div>
天然气信息
</div>
-->
<el-form
:model=
"ruleForm"
ref=
"ruleForm"
...
...
@@ -78,17 +76,10 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"房屋坐落(地址):"
>
<el-input
v-model=
"ruleForm.FWZL"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"房产证编号:"
>
<el-input
v-model=
"ruleForm.FCZBH"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"是否过户:"
>
<el-switch
...
...
@@ -100,6 +91,15 @@
</el-switch>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"房屋坐落(地址):"
>
<el-input
v-model=
"ruleForm.FWZL"
type=
"textarea"
:rows=
"2"
></el-input>
</el-form-item>
</el-col>
</el-row>
</div>
</el-form>
...
...
Please
register
or
sign in
to post a comment