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
abd8b7d5
Commit
abd8b7d5
authored
Dec 01, 2018
by
冷冷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
💄
Updating the UI and style files.
parent
d7cb7848
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
role.js
src/const/crud/admin/role.js
+1
-0
user.js
src/const/crud/admin/user.js
+1
-0
wel.vue
src/page/wel.vue
+2
-2
task.vue
src/views/activiti/task.vue
+2
-2
No files found.
src/const/crud/admin/role.js
View file @
abd8b7d5
...
...
@@ -49,6 +49,7 @@ export const tableOption = {
}
]
},
{
width
:
150
,
label
:
'角色标识'
,
prop
:
'roleCode'
,
span
:
24
,
...
...
src/const/crud/admin/user.js
View file @
abd8b7d5
...
...
@@ -143,6 +143,7 @@ export const tableOption = {
valueFormat
:
'yyyy-MM-dd HH:mm:ss'
,
editDisabled
:
true
,
addVisdiplay
:
false
,
hide
:
true
,
span
:
24
,
}]
}
src/page/wel.vue
View file @
abd8b7d5
...
...
@@ -6,7 +6,7 @@
<a
href=
"https://avue.top/#/pay"
target=
"_blank"
>
<img
src=
"https://img.shields.io/badge/Avue-原子弹-green.svg"
alt=
"Build Status"
>
</a>
<img
src=
"https://img.shields.io/badge/Spring%20Boot-2.0.
6
.RELEASE-yellowgreen.svg"
alt=
"Downloads"
>
<img
src=
"https://img.shields.io/badge/Spring%20Boot-2.0.
7
.RELEASE-yellowgreen.svg"
alt=
"Downloads"
>
<img
src=
"https://img.shields.io/badge/Spring%20Cloud-Finchley.SR2-blue.svg"
alt=
"Coverage Status"
>
</span>
<br/>
...
...
@@ -15,7 +15,7 @@
<el-collapse-item
title=
"完整的微服务架构"
name=
"1"
>
<div>
基于Spring Cloud Gateway
</div>
<div>
基于Spring Cloud Finchley.SR2
</div>
<div>
基于Spring Boot 2.0.
6
.RELEASE
</div>
<div>
基于Spring Boot 2.0.
7
.RELEASE
</div>
</el-collapse-item>
<el-collapse-item
title=
"完善的权限控制"
name=
"2"
>
<div>
基于Spring Security OAuth实现鉴权体系;
</div>
...
...
src/views/activiti/task.vue
View file @
abd8b7d5
...
...
@@ -39,11 +39,11 @@
</
template
>
</avue-crud>
</basic-container>
<el-dialog
title=
"
查看任务
"
<el-dialog
title=
"
任务办理
"
:visible
.
sync=
"showTask"
>
<avue-form
ref=
"form"
v-model=
"obj"
:option=
"formOption"
>
<
template
slot-scope=
"scope"
slot=
"menuForm"
>
<el-button
size=
"small
"
<el-button
icon=
"el-icon-check
"
v-for=
"flag in flagList"
:key=
"flag"
@
click=
"handleTask(scope.row,flag)"
plain
>
{{
flag
}}
</el-button>
...
...
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