Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
30d20f6f
Commit
30d20f6f
authored
Aug 12, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流程图,技术支持
parent
bf6cb630
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
524 additions
and
65 deletions
+524
-65
src/assets/imgs/img_default_jszc.png
src/assets/imgs/img_default_jszc.png
+0
-0
src/components/work-flow/super-flow.vue
src/components/work-flow/super-flow.vue
+493
-62
src/pages/index.vue
src/pages/index.vue
+2
-1
src/pages/technical-support/index.vue
src/pages/technical-support/index.vue
+20
-0
src/pages/workbench/component-center/process-management/process-design/index.vue
...ponent-center/process-management/process-design/index.vue
+3
-2
src/router/index.js
src/router/index.js
+6
-0
No files found.
src/assets/imgs/img_default_jszc.png
0 → 100644
View file @
30d20f6f
439 KB
src/components/work-flow/super-flow.vue
View file @
30d20f6f
This diff is collapsed.
Click to expand it.
src/pages/index.vue
View file @
30d20f6f
...
...
@@ -16,7 +16,8 @@ export default {
'
/intelligent_drawing
'
,
'
/intelligent_details
'
,
'
/intelligent_appbuilder
'
,
'
/search_engine
'
'
/search_engine
'
,
'
/technical_support
'
]
}),
created
(){
...
...
src/pages/technical-support/index.vue
0 → 100644
View file @
30d20f6f
<
template
>
<div
class=
"contain"
></div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{};
},
components
:
{},
computed
:
{},
created
()
{},
mounted
()
{},
methods
:
{},
};
</
script
>
<
style
>
</
style
>
src/pages/workbench/component-center/process-management/process-design/index.vue
View file @
30d20f6f
...
...
@@ -128,6 +128,7 @@ export default {
verification
()
{
let
self
=
this
;
let
data
=
JSON
.
parse
(
JSON
.
stringify
(
self
.
$refs
.
workFlow
.
getData
()));
console
.
log
(
JSON
.
stringify
(
data
))
let
start_num
=
0
;
let
end_num
=
0
;
let
start_id
=
""
;
...
...
@@ -143,11 +144,11 @@ export default {
return
nodep
.
id
==
item
.
meta
.
id
;
});
item
.
meta
=
da
;
if
(
item
.
meta
.
type
==
0
)
{
if
(
item
.
meta
.
type
==
1
)
{
start_num
++
;
start_id
=
item
.
id
;
}
if
(
item
.
meta
.
type
==
1
)
{
if
(
item
.
meta
.
type
==
2
)
{
end_num
++
;
end_id
=
item
.
id
;
}
...
...
src/router/index.js
View file @
30d20f6f
...
...
@@ -143,6 +143,12 @@ export default new Router({
},
],
},
// 工作台 - 应用管理模块
{
path
:
"
/technical_support
"
,
// 技术支持
name
:
"
technicalSupport
"
,
component
:
()
=>
import
(
"
@/pages/technical-support/index
"
),
},
{
path
:
"
/shop
"
,
// 服务超市
name
:
"
shop
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment