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
d7912e5e
Commit
d7912e5e
authored
Aug 12, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev
parents
9636bea3
6e896431
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
527 additions
and
68 deletions
+527
-68
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/pages/workbench/workPlace.vue
src/pages/workbench/workPlace.vue
+3
-3
src/router/index.js
src/router/index.js
+6
-0
No files found.
src/assets/imgs/img_default_jszc.png
0 → 100644
View file @
d7912e5e
439 KB
src/components/work-flow/super-flow.vue
View file @
d7912e5e
This diff is collapsed.
Click to expand it.
src/pages/index.vue
View file @
d7912e5e
...
...
@@ -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 @
d7912e5e
<
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 @
d7912e5e
...
...
@@ -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/pages/workbench/workPlace.vue
View file @
d7912e5e
...
...
@@ -38,7 +38,7 @@
:key="index + 100"
>
<img
:src=
"item.pic"
alt
/>
<div
class=
"menu_text"
>
<div
class=
"menu_text"
:style=
"now_user == 1||now_user == 2?
{marginRight:'30px'}:''"
>
<p>
{{
item
.
text
}}
</p>
<p
:style=
"
{ color: item.color }"
...
...
@@ -1075,7 +1075,7 @@ export default {
},
{
pic
:
require
(
"
@/assets/imgs/home_tool_ic_message.png
"
),
text
:
"
消息管理
"
,
text
:
"
消息
与推送
管理
"
,
role
:
2
,
url
:
"
/message/recommended
"
},
...
...
@@ -2338,7 +2338,7 @@ export default {
}
.manage_box
{
width
:
1
4
5px
;
width
:
1
5
5px
;
height
:
50px
;
line-height
:
50px
;
background-color
:
#0d1847
;
...
...
src/router/index.js
View file @
d7912e5e
...
...
@@ -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