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
7b5e34cd
authored
2022-09-20 15:25:52 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
发起申请右侧按钮
1 parent
efb3da58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
23 deletions
src/views/ywbl/fqsq/fqsq.vue
src/views/ywbl/fqsq/fqsq.vue
View file @
7b5e34c
...
...
@@ -77,28 +77,7 @@ export default {
key
:
0
,
flag
:
false
,
headerleftList
:
[],
headerRightList
:
[
{
name
:
'登簿'
,
icon
:
'fqsq2'
,
value
:
'db'
},
{
name
:
'退回'
,
icon
:
'fqsq8'
,
value
:
'th'
},
{
name
:
'转出'
,
icon
:
'fqsq9'
,
value
:
'zc'
},
{
name
:
'退出'
,
icon
:
'del'
,
value
:
'tc'
}
],
headerRightList
:
[],
activeName
:
'slxx'
,
tabList1
:
[],
tabList
:
[],
...
...
@@ -155,7 +134,8 @@ export default {
if
(
res
.
code
===
200
)
{
this
.
tabList1
=
[...
res
.
result
.
form
]
this
.
tabList
=
res
.
result
.
form
;
this
.
headerleftList
=
res
.
result
.
button
this
.
headerleftList
=
res
.
result
.
button
;
this
.
headerRightList
=
res
.
result
.
operation
;
}
})
},
...
...
Please
register
or
sign in
to post a comment