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
2e95ac66
authored
2021-02-04 11:16:55 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加林权
1 parent
3ed98247
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
src/components/searchHead/searchHead.vue
src/views/dz/djb/index.vue
src/views/zd/djb/index.vue
src/views/zrz/djb/index.vue
src/components/searchHead/searchHead.vue
View file @
2e95ac6
...
...
@@ -76,11 +76,10 @@
<el-checkbox
label=
"zd"
name=
"type"
>
宗地
</el-checkbox>
<el-checkbox
label=
"dz"
name=
"type"
>
多幢
</el-checkbox>
<el-checkbox
label=
"zrz"
name=
"type"
>
自然幢
</el-checkbox>
<el-checkbox
label=
"gzw"
name=
"type"
>
构筑物
</el-checkbox>
<el-checkbox
label=
"gzw"
name=
"type"
v-show=
"type !== 'add'"
>
构筑物
</el-checkbox>
<el-checkbox
label=
"lq"
name=
"type"
v-show=
"type !== 'add'"
>
林权
</el-checkbox>
<el-checkbox
label=
"h"
name=
"type"
v-show=
"type !== 'add'"
>
户
</el-checkbox>
<!--
<el-checkbox
label=
"gzw"
name=
"type"
>
构筑物
</el-checkbox>
<el-checkbox
label=
"lq"
name=
"type"
>
林权
</el-checkbox>
<el-checkbox
label=
"zh"
name=
"type"
>
宗海
</el-checkbox>
-->
<!--
<el-checkbox
label=
"zh"
name=
"type"
>
宗海
</el-checkbox>
-->
</el-checkbox-group>
</el-form-item>
</el-form>
...
...
src/views/dz/djb/index.vue
View file @
2e95ac6
<
template
>
<div
class=
"main"
>
暂无登记薄
(功能接口开发中)
</div>
<div
class=
"main"
>
暂无登记薄
</div>
</
template
>
<
script
>
...
...
src/views/zd/djb/index.vue
View file @
2e95ac6
<
template
>
<div
class=
"main"
>
暂无登记薄
(功能接口开发中)
</div>
<div
class=
"main"
>
暂无登记薄
</div>
</
template
>
<
script
>
...
...
src/views/zrz/djb/index.vue
View file @
2e95ac6
<
template
>
<div
class=
"main"
>
暂无登记薄
(功能接口开发中)
</div>
<div
class=
"main"
>
暂无登记薄
</div>
</
template
>
<
script
>
...
...
Please
register
or
sign in
to post a comment