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
c551637e
authored
2021-01-29 17:14:57 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢和多幢的工作流
1 parent
86a3b777
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
src/views/dz/index.vue
src/views/zrz/index.vue
src/views/dz/index.vue
View file @
c551637
...
...
@@ -5,7 +5,9 @@
<el-tab-pane
label=
"附件材料"
name=
"fjcl"
><fjcl
v-if=
"fjclVisible"
ref=
"fjcl"
:is-disabled=
"isDisabled"
></fjcl></el-tab-pane>
<el-tab-pane
label=
"历史回溯"
name=
"lshs"
><lshs
v-if=
"lshsVisible"
:type=
"type"
:bsm=
"$route.query.bsm"
></lshs></el-tab-pane>
<el-tab-pane
label=
"登记簿"
name=
"djb"
><djb></djb></el-tab-pane>
<el-tab-pane
label=
"流程跟踪"
name=
"lcgz"
v-if=
"$store.state.isWorkFlow || $store.state.lcgzShow"
lazy
>
<lcgz
ref=
"lcgz"
></lcgz>
</el-tab-pane>
</el-tabs>
</div>
</
template
>
...
...
@@ -15,11 +17,12 @@
import
fjcl
from
"./../zd/fjcl/fjcl"
import
{
queryStatus
}
from
"@api/search"
import
Lshs
from
'@components/lshs/index'
;
import
Lcgz
from
"../zd/lcgz"
import
djb
from
"./djb"
;
export
default
{
name
:
""
,
components
:
{
dzxx
,
fjcl
,
Lshs
,
djb
dzxx
,
fjcl
,
Lshs
,
djb
,
lcgz
},
props
:
{},
data
()
{
...
...
src/views/zrz/index.vue
View file @
c551637
...
...
@@ -6,6 +6,9 @@
<el-tab-pane
label=
"楼盘表"
name=
"lpb"
><lpb
v-if=
"lpbLoad"
></lpb></el-tab-pane>
<el-tab-pane
label=
"历史回溯"
name=
"lshs"
><lshs
v-if=
"lshsVisible"
:type=
"type"
:bsm=
"$route.query.bsm"
></lshs></el-tab-pane>
<el-tab-pane
label=
"附件材料"
name=
"fjcl"
><fjcl
ref=
"fjcl"
:is-disabled=
"isDisabled"
></fjcl></el-tab-pane>
<el-tab-pane
label=
"流程跟踪"
name=
"lcgz"
v-if=
"$store.state.isWorkFlow || $store.state.lcgzShow"
lazy
>
<lcgz
ref=
"lcgz"
></lcgz>
</el-tab-pane>
</el-tabs>
</
template
>
...
...
@@ -16,11 +19,12 @@ import djb from "./djb";
import
lpb
from
"./lpb"
;
import
lshs
from
"./lshs"
;
import
fjcl
from
"./../zd/fjcl/fjcl"
;
import
Lcgz
from
"../zd/lcgz"
import
{
queryStatus
}
from
"@api/search"
export
default
{
name
:
""
,
components
:
{
zrzxx
,
yzgy
,
djb
,
lpb
,
lshs
,
fjcl
zrzxx
,
yzgy
,
djb
,
lpb
,
lshs
,
fjcl
,
Lcgz
},
props
:
{},
data
()
{
...
...
Please
register
or
sign in
to post a comment