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
14364df7
authored
2024-02-20 17:10:11 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
11
1 parent
02bdc2b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
55 deletions
src/views/djbworkflow/components/flowChart.vue
src/views/workflow/components/flowChart.vue
src/views/djbworkflow/components/flowChart.vue
deleted
100644 → 0
View file @
02bdc2b
<!--
* @Description: 功能:流程图
* @Autor: renchao
* @LastEditTime: 2023-05-17 10:40:57
-->
<
template
>
<div
class=
'flowChart'
>
<img
:src=
"formData"
alt=
""
>
</div>
</
template
>
<
script
>
export
default
{
props
:
{
formData
:
{
type
:
String
,
default
:
''
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
.flowChart
{
margin
:
20px
0
;
}
</
style
>
\ No newline at end of file
src/views/workflow/components/flowChart.vue
deleted
100644 → 0
View file @
02bdc2b
<!--
* @Description: 流程图
* @Autor: renchao
* @LastEditTime: 2023-07-25 09:26:01
-->
<
template
>
<div
class=
'flowChart'
>
<img
:src=
"formData"
alt=
""
>
</div>
</
template
>
<
script
>
export
default
{
props
:
{
formData
:
{
type
:
String
,
default
:
''
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
.flowChart
{
margin
:
20px
0
;
}
</
style
>
\ No newline at end of file
Please
register
or
sign in
to post a comment