Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
beb9757d
authored
2023-10-18 15:57:25 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
43b08aa5
a7e8b377
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
beb9757
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-1
0 16:32:22
* @LastEditTime: 2023-10-1
8 15:56:19
-->
<
template
>
<div
class=
"from-clues"
>
<el-tabs
type=
"card"
v-model=
"activeName"
@
tab-click=
"handleTabClick"
v-if=
"!isJump"
>
<
!--
<
el-tabs
type=
"card"
v-model=
"activeName"
@
tab-click=
"handleTabClick"
v-if=
"!isJump"
>
<el-tab-pane
label=
"自然幢"
name=
"zrz"
></el-tab-pane>
<el-tab-pane
label=
"多幢"
name=
"dz"
v-if=
"sqywInfo.djywbm !== 'B37100'"
></el-tab-pane>
</el-tabs>
</el-tabs>
-->
<div
v-show=
"activeName == 'zrz'"
>
<div
class=
"from-clues-header"
>
<el-form
:model=
"queryzrzForm"
ref=
"queryzrzForm"
label-width=
"110px"
>
...
...
@@ -130,7 +130,7 @@
data
()
{
return
{
loading
:
false
,
activeName
:
'
zr
z'
,
activeName
:
'
d
z'
,
radioVal
:
''
,
queryzrzForm
:
{
qllx
:
''
,
...
...
Please
register
or
sign in
to post a comment