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
8a14a55c
authored
2020-12-18 15:57:33 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
2dcd712a
c7871d20
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
src/components/formMenu/qlxz.vue
src/views/panel/search/index.vue
src/views/zrz/zrzxx/index.vue
src/components/formMenu/qlxz.vue
View file @
8a14a55
...
...
@@ -235,6 +235,7 @@
</
template
>
<
template
v-if=
"!hasSyqx"
>
<el-col
class=
"pr10"
:span=
"5"
:key=
"childIndex + '7'"
:class=
"childIndex > 0 ? 'childYT' : ''"
...
...
@@ -295,6 +296,7 @@
</ul>
</el-col>
<el-col
class=
"pr10"
:span=
"5"
:key=
"childIndex + '5'"
:class=
"childIndex > 0 ? 'childYT' : ''"
...
...
src/views/panel/search/index.vue
View file @
8a14a55
...
...
@@ -35,7 +35,7 @@
</el-table-column> -->
<el-table-column
label=
"操作"
align=
"center"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"light"
content=
"
办理
"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"light"
content=
"
查看
"
placement=
"top"
>
<i
class=
"iconfont iconbanli iconfontEdit"
@
click=
"handleClick(scope.row)"
style=
"padding:0 10px"
></i>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"light"
content=
"定位"
placement=
"top"
>
...
...
src/views/zrz/zrzxx/index.vue
View file @
8a14a55
...
...
@@ -146,12 +146,12 @@
</tr>
<tr
v-for=
"(item1,index) in form.fwytList"
:key=
"index"
>
<td
colspan=
"2"
v-if=
"index===0"
:rowspan=
"ytTitleRowspan"
id=
"ytTitle"
>
<el-button
type=
"primary"
class=
"
outAdd addMinus"
size=
"mini"
style=
"margin-right: 10
px"
@
click=
"addYtInfo"
>
+
</el-button>
<td
colspan=
"2"
v-if=
"index===0"
:rowspan=
"ytTitleRowspan"
class=
"tdright"
id=
"ytTitle"
>
<el-button
type=
"primary"
class=
"
inAdd addMinus"
size=
"mini"
style=
"margin-right: 8
px"
@
click=
"addYtInfo"
>
+
</el-button>
<span>
用途
<i
class=
"requisite"
>
*
</i></span>
</td>
<td
colspan=
"1"
style=
"min-width:120px"
>
<td
colspan=
"1"
style=
"min-width:120px"
class=
"tdright"
>
<el-button
type=
"info"
class=
"inMinus addMinus"
size=
"mini"
style=
""
@
click=
"deleteYtInfo(index)"
circle
>
-
</el-button>
规划用途
</td>
...
...
@@ -171,7 +171,7 @@
v-model=
"item1.fwytzdbsm"
></el-select-tree>
</td>
<td
colspan=
"2"
>
用途
</td>
<td
colspan=
"2"
class=
"tdright"
>
用途
</td>
<td
colspan=
"4"
>
<el-select-tree
style=
"width:100%"
ref=
"yt"
...
...
@@ -190,12 +190,12 @@
</tr>
<tr
v-for=
"(item1,index) in form.fwjgList"
:key=
"'jg'+index"
>
<td
colspan=
"2"
v-if=
"index===0"
:rowspan=
"fwjgTitleRowspan"
>
<el-button
type=
"primary"
class=
"
out
Add addMinus"
size=
"mini"
style=
"margin-right: 10px"
@
click=
"addFwjgInfo"
>
+
</el-button>
<td
colspan=
"2"
v-if=
"index===0"
:rowspan=
"fwjgTitleRowspan"
class=
"tdright"
>
<el-button
type=
"primary"
class=
"
in
Add addMinus"
size=
"mini"
style=
"margin-right: 10px"
@
click=
"addFwjgInfo"
>
+
</el-button>
<span>
房屋结构
<i
class=
"requisite"
>
*
</i></span>
</td>
<td
colspan=
"1"
>
<el-button
type=
"primary"
class=
"inMinus addMinus"
size=
"mini"
style=
"margin-right: 10
px"
@
click=
"deleteFwjgInfo(index)"
>
-
</el-button>
<td
colspan=
"1"
class=
"tdright"
>
<el-button
type=
"primary"
class=
"inMinus addMinus"
size=
"mini"
style=
"margin-right: 8
px"
@
click=
"deleteFwjgInfo(index)"
>
-
</el-button>
<span>
删除
</span>
</td>
<td
colspan=
"9"
>
...
...
Please
register
or
sign in
to post a comment