Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
c7a12a7f
authored
2020-10-13 16:03:21 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢表单样式提交
1 parent
527cf058
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
src/views/zrz/index.vue
src/views/zrz/index.vue
View file @
c7a12a7
...
...
@@ -190,7 +190,7 @@
</td>
</tr>
<tr
height=
"30"
v-for=
"(item1,index) in form.fwjgList"
:key=
"index"
>
<tr
height=
"30"
v-for=
"(item1,index) in form.fwjgList"
:key=
"
'jg'+
index"
>
<td
colspan=
"2"
v-if=
"index===0"
:rowspan=
"fwjgTitleRowspan"
align=
"center"
>
<el-button
type=
"primary"
size=
"mini"
style=
"margin-right: 10px"
@
click=
"addFwjgInfo"
>
添加
</el-button>
<span>
房屋结构
</span>
...
...
@@ -261,7 +261,7 @@
</table>
</el-form>
<div
style=
"min-height: 40px;text-align: center;margin-top: 10px"
>
<el-button
type=
"success"
@
click=
"onS
ubmit
"
>
保存
</el-button>
<el-button
type=
"success"
@
click=
"onS
ave
"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
提交
</el-button>
</div>
</div>
...
...
@@ -384,6 +384,12 @@
this
.
fwjgTitleRowspan
=
this
.
form
.
fwjgList
.
length
;
}
},
onSave
(){
console
.
log
(
this
.
form
)
},
onSubmit
(){
console
.
log
(
this
.
form
)
}
}
}
</
script
>
...
...
Please
register
or
sign in
to post a comment