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
e25a1dfb
Commit
e25a1dfb
authored
Aug 11, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务详情信息
parent
bed74864
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/components/service-tabs/service-tab-detail.vue
src/components/service-tabs/service-tab-detail.vue
+0
-1
src/pages/workbench/component-center/process-management/designer/index.vue
...ch/component-center/process-management/designer/index.vue
+6
-0
No files found.
src/components/service-tabs/service-tab-detail.vue
View file @
e25a1dfb
...
...
@@ -33,7 +33,6 @@
:data=
"item.value.datas"
:tree-props=
"
{ children: 'children', hasChildren: 'hasChildren' }"
>
<el-table-column
width=
"30"
></el-table-column>
<el-table-column
v-for=
"(v, i) in item.value.columns"
:key=
"'table_column_' + index + '_' + i"
...
...
src/pages/workbench/component-center/process-management/designer/index.vue
View file @
e25a1dfb
...
...
@@ -206,6 +206,12 @@ export default {
align
:
"
center
"
,
width
:
180
,
},
{
label
:
"
工作区域
"
,
prop
:
"
workarea_name
"
,
align
:
"
center
"
,
width
:
180
,
},
{
label
:
"
操作
"
,
type
:
"
buttons
"
,
...
...
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