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
c5a7a4eb
authored
2020-12-28 15:39:27 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
合并
1 parent
d297b819
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/components/dzHb/dzHb.vue
src/views/panel/change/hb/index.vue
src/components/dzHb/dzHb.vue
View file @
c5a7a4e
...
...
@@ -43,7 +43,7 @@
</el-table-column>
<el-table-column
width=
"300"
>
<template
slot=
"header"
slot-scope=
"scope"
>
<template
slot=
"header"
>
多幢:
<el-button
type=
"primary"
...
...
src/views/panel/change/hb/index.vue
View file @
c5a7a4e
...
...
@@ -44,7 +44,7 @@
label=
"坐落"
>
</el-table-column>
<el-table-column>
<template
slot=
"header"
slot-scope=
"scope"
>
<template
slot=
"header"
>
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
...
...
@@ -56,7 +56,7 @@
<el-button
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"deleteData(
item,
index)"
@
click=
"deleteData(
scope.row,scope.$
index)"
>
-
</el-button>
</
template
>
...
...
Please
register
or
sign in
to post a comment