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
385cbfc1
authored
2020-12-14 14:23:07 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
多幢页面不显示的问题
1 parent
c05d2bba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
src/views/dz/index.vue
src/views/zrz/lpb/xxxx/index.vue
src/views/dz/index.vue
View file @
385cbfc
...
...
@@ -19,7 +19,7 @@
data
()
{
return
{
activeName
:
"dzxx"
,
dzJbxxVisble
:
fals
e
,
dzJbxxVisble
:
tru
e
,
fjclVisible
:
false
};
},
...
...
src/views/zrz/lpb/xxxx/index.vue
View file @
385cbfc
...
...
@@ -25,6 +25,14 @@
label=
"户号"
:formatter=
"hhFilter"
>
</el-table-column>
<el-table-column
prop=
"fwyt"
label=
"房屋用途"
>
</el-table-column>
<el-table-column
prop=
"fwjg"
label=
"房屋结构"
>
</el-table-column>
<el-table-column
prop=
"mj"
label=
"面积"
>
...
...
Please
register
or
sign in
to post a comment