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
464068aa
authored
2020-12-29 11:10:21 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
多幢合并的添加和删除幢按钮修改
1 parent
c950353a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
19 deletions
src/components/dzHb/dzHb.vue
src/components/dzHb/dzHb.vue
View file @
464068a
...
...
@@ -12,30 +12,17 @@
:header-cell-style=
"
{'text-align':'center'}"
:cell-style="{'text-align':'center'}">
<el-table-column
width=
"
3
00"
>
width=
"
2
00"
>
<template
slot=
"header"
>
多幢:
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"newAddDz"
>
+
<el-button
style=
"border:0;padding:0 10px"
@
click=
"newAddDz"
>
<i
class=
"iconfont iconicon-test2"
style=
"color:#66b1ff;font-size:20px;position: relative;top:2px;left:-2px"
></i>
多幢
</el-button>
自然幢:
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"newAddZrz"
>
+
<el-button
style=
"border:0;padding:0 10px"
@
click=
"newAddDz"
>
<i
class=
"iconfont iconicon-test2"
style=
"color:#66b1ff;font-size:20px;position: relative;top:2px;left:-2px"
></i>
自然幢
</el-button>
</
template
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"deleteData(scope.$index)"
>
-
</el-button>
<i
class=
"iconfont icon-"
style=
"color:#FA6400;font-size:26px;position: relative;top:2px;cursor: pointer;"
@
click=
"deleteData(scope.$index)"
></i>
</
template
>
</el-table-column>
<el-table-column
...
...
Please
register
or
sign in
to post a comment