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
435a7acb
authored
2024-02-21 10:39:58 +0800
by
“miaofang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
5f08adcf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/workflow/workFrame.vue
src/views/workflow/workFrame.vue
View file @
435a7ac
...
...
@@ -10,7 +10,7 @@
<!-- 左侧业务功能按钮 -->
<ul>
<li
v-for=
"(item, index) in leftButtonList"
:key=
"index"
>
<div
v-if=
"item.value == '
B10
'"
@
click=
"openPrint()"
>
<div
v-if=
"item.value == '
cfhzd
'"
@
click=
"openPrint()"
>
<svg-icon
class=
"icon"
:icon-class=
"item.icon"
/>
<span
class=
"iconName"
>
{{
item
.
name
}}
</span>
</div>
...
...
Please
register
or
sign in
to post a comment