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
62a4593b
authored
2021-01-14 11:15:34 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式修改
1 parent
6149babb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/zrz/lpb/bjlp/ljz/index.vue
src/views/zrz/lpb/bjlp/ljz/index.vue
View file @
62a4593
...
...
@@ -97,7 +97,7 @@
align=
"center"
>
<i
class=
"iconfont iconicon-test1"
style=
"margin-right: 8px;color:#66b1ff;font-size:30px"
@
click=
"addYtInfo"
></i>
<span>
用途
</span>
<span>
房屋
用途
</span>
</td>
<td
colspan=
"1"
align=
"center"
>
<i
class=
"iconfont iconicon-test"
style=
"color:#FA6400;font-size:30px"
@
click=
"deleteYtInfo(index)"
></i>
...
...
@@ -276,7 +276,7 @@ export default {
deleteYtInfo
(
index
)
{
if
(
this
.
form
.
ytList
.
length
<=
1
)
{
this
.
$message
({
message
:
"不能删除,最少含有一条用途信息"
,
message
:
"不能删除,最少含有一条
房屋
用途信息"
,
type
:
"warning"
,
});
}
else
{
...
...
Please
register
or
sign in
to post a comment