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
49adeb62
authored
2022-09-21 12:53:09 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
合并
1 parent
83da5cd3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
src/views/ywbl/fqsq/fqsq.vue
src/views/ywbl/fqsq/fqsq.vue
View file @
49adeb6
...
...
@@ -58,33 +58,6 @@
<p
class=
"splitScreen tabsList-title"
>
材料信息
</p>
<div
class=
"splitScreen"
></div>
</div>
<<<<<<
< HEAD
<el-tabs
v-model=
"activeName"
@
tab-click=
"activeClick"
>
<el-tab-pane
:label=
"item.name"
:name=
"item.value"
v-for=
"(item, index) in tabList"
:key=
"index"
>
<div
class=
"splitScreen-con"
>
<component
ref=
"slxx"
v-if=
"index == 0"
:is=
"editItem"
:flag=
"flag"
:key=
"key"
/>
<component
ref=
"clxx"
:is=
"editItem"
v-else-if=
"index == 1"
:key=
"key"
/>
<component
:is=
"editItem"
v-else
:key=
"key"
/>
</div>
</el-tab-pane>
</el-tabs>
=======
<div
style=
"width:100%"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
'activeClick'
>
<el-tab-pane
:label=
"item.name"
:name=
"item.value"
v-for=
"(item, index) in tabList"
:key=
"index"
>
...
...
@@ -95,7 +68,6 @@
<component
:is=
"editItem"
:key=
"key"
/>
</div>
</div>
>>>>>>> 560bdac56422758a7b06eb466a42296662fac954
</div>
</div>
<zc
ref=
"zcDialogRef"
v-model=
"zcDialog"
:queryForm=
"queryForm"
/>
...
...
Please
register
or
sign in
to post a comment