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
c950353a
authored
2020-12-29 09:05:06 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
加减提前到第一列
1 parent
8977d377
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
45 deletions
src/components/dzHb/dzHb.vue
src/views/panel/change/hb/index.vue
src/components/dzHb/dzHb.vue
View file @
c950353
...
...
@@ -12,6 +12,33 @@
:header-cell-style=
"
{'text-align':'center'}"
:cell-style="{'text-align':'center'}">
<el-table-column
width=
"300"
>
<template
slot=
"header"
>
多幢:
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"newAddDz"
>
+
</el-button>
自然幢:
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"newAddZrz"
>
+
</el-button>
</
template
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"deleteData(scope.$index)"
>
-
</el-button>
</
template
>
</el-table-column>
<el-table-column
type=
"index"
label=
"序号"
width=
"80"
>
...
...
@@ -41,33 +68,6 @@
prop=
"zl"
label=
"坐落"
>
</el-table-column>
<el-table-column
width=
"300"
>
<template
slot=
"header"
>
多幢:
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"newAddDz"
>
+
</el-button>
自然幢:
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"newAddZrz"
>
+
</el-button>
</
template
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"deleteData(scope.$index)"
>
-
</el-button>
</
template
>
</el-table-column>
</el-table>
</div>
...
...
src/views/panel/change/hb/index.vue
View file @
c950353
...
...
@@ -13,6 +13,24 @@
height=
"200px"
:header-cell-style=
"
{'text-align':'center'}"
:cell-style="{'text-align':'center'}">
<el-table-column>
<template
slot=
"header"
>
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"newAdd"
>
+
</el-button>
</
template
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"deleteData(scope.row,scope.$index)"
>
-
</el-button>
</
template
>
</el-table-column>
<el-table-column
type=
"index"
label=
"序号"
...
...
@@ -43,24 +61,6 @@
prop=
"zl"
label=
"坐落"
>
</el-table-column>
<el-table-column>
<template
slot=
"header"
>
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"newAdd"
>
+
</el-button>
</
template
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"deleteData(scope.row,scope.$index)"
>
-
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
Please
register
or
sign in
to post a comment