Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Guten-PigxUI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄卓然
Guten-PigxUI
Commits
63a4a3e9
Commit
63a4a3e9
authored
Dec 03, 2018
by
冷冷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐛
Fixing a bug.
parent
67b083c9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
activiti.js
src/const/crud/activiti/activiti.js
+8
-1
detail.vue
src/views/activiti/detail.vue
+1
-1
process.vue
src/views/activiti/process.vue
+1
-1
No files found.
src/const/crud/activiti/activiti.js
View file @
63a4a3e9
...
...
@@ -25,7 +25,7 @@ export const tableOption = {
align
:
'center'
,
editBtn
:
false
,
delBtn
:
false
,
menuType
:
'menu'
,
menuType
:
'menu'
,
searchShow
:
false
,
labelWidth
:
120
,
column
:
[{
...
...
@@ -46,6 +46,13 @@ export const tableOption = {
},
{
label
:
'模型名称'
,
prop
:
'name'
},
{
label
:
'描述'
,
prop
:
'desc'
,
hide
:
true
,
editDisabled
:
false
,
addVisdiplay
:
true
},
{
label
:
'版本号'
,
prop
:
'version'
,
...
...
src/views/activiti/detail.vue
View file @
63a4a3e9
...
...
@@ -58,7 +58,7 @@ export default {
.main
{
margin
:
0
auto
;
width
:
99%
;
height
:
calc
(
100%
-
100px
)
;
height
:
800px
;
background-color
:
#fff
;
padding
:
20px
;
border-radius
:
3px
;
...
...
src/views/activiti/process.vue
View file @
63a4a3e9
...
...
@@ -56,7 +56,7 @@
</avue-crud>
</basic-container>
<el-dialog
title=
"流程图"
:visible
.
sync=
"showPicDialog"
>
<img
:src=
"actPicUrl"
width=
"100%"
style=
"margin-left:-60px"
>
<img
:src=
"actPicUrl"
width=
"100%"
>
</el-dialog>
</div>
</template>
...
...
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