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
d7cb7848
Commit
d7cb7848
authored
Nov 30, 2018
by
冷冷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
💄
Updating the UI and style files.
parent
58d66ad2
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
84 additions
and
87 deletions
+84
-87
package.json
package.json
+61
-61
activiti.js
src/const/crud/activiti/activiti.js
+2
-7
leave-bill.js
src/const/crud/activiti/leave-bill.js
+20
-16
process.js
src/const/crud/activiti/process.js
+1
-1
role.js
src/const/crud/admin/role.js
+0
-1
user.js
src/const/crud/admin/user.js
+0
-1
No files found.
package.json
View file @
d7cb7848
{
"name"
:
"pigx-ui"
,
"version"
:
"1.8.0"
,
"private"
:
true
,
"scripts"
:
{
"dev"
:
"vue-cli-service serve"
,
"build"
:
"vue-cli-service build"
,
"lint"
:
"vue-cli-service lint"
,
"test:unit"
:
"vue-cli-service test:unit"
,
"test:e2e"
:
"vue-cli-service test:e2e"
},
"dependencies"
:
{
"
@smallwei/avue
"
:
"
^1.4.3
"
,
"
avue-plugin-transfer
"
:
"
^0.0.2
"
,
"
avue-plugin-ueditor
"
:
"
^0.0.1
"
,
"
axios
"
:
"
^0.18.0
"
,
"
babel-loader
"
:
"
^8.0.2
"
,
"
babel-plugin-transform-runtime
"
:
"
^6.23.0
"
,
"
babel-polyfill
"
:
"
^6.26.0
"
,
"
classlist-polyfill
"
:
"
^1.2.0
"
,
"
driver.js
"
:
"
^0.6.2
"
,
"
element-ui
"
:
"
^2.4.6
"
,
"
file-saver
"
:
"
^1.3.8
"
,
"
html2canvas
"
:
"
^1.0.0-alpha.12
"
,
"
js-cookie
"
:
"
^2.2.0
"
,
"
mockjs
"
:
"
^1.0.1-beta3
"
,
"
moment
"
:
"
^2.22.2
"
,
"
nprogress
"
:
"
^0.2.0
"
,
"
script-loader
"
:
"
^0.7.2
"
,
"
vue
"
:
"
^2.5.16
"
,
"
vue-axios
"
:
"
^2.1.2
"
,
"
vue-clipboard2
"
:
"
^0.2.1
"
,
"
vue-json-editor
"
:
"
^1.2.3
"
,
"
vue-json-tree-view
"
:
"
^2.1.4
"
,
"
vue-quill-editor
"
:
"
^3.0.6
"
,
"
vue-router
"
:
"
^3.0.1
"
,
"
vuedraggable
"
:
"
^2.16.0
"
,
"
vuex
"
:
"
^3.0.1
"
,
"
xlsx
"
:
"
^0.13.3
"
},
"devDependencies"
:
{
"
@vue/cli-plugin-babel
"
:
"
^3.1.1
"
,
"
@vue/cli-plugin-e2e-cypress
"
:
"
^3.1.2
"
,
"
@vue/cli-plugin-eslint
"
:
"
^3.1.5
"
,
"
@vue/cli-plugin-unit-mocha
"
:
"
^3.1.1
"
,
"
@vue/cli-service
"
:
"
^3.1.4
"
,
"
@vue/test-utils
"
:
"
^1.0.0-beta.25
"
,
"
chai
"
:
"
^4.1.2
"
,
"
node-sass
"
:
"
^4.9.0
"
,
"
sass-loader
"
:
"
^7.0.1
"
,
"
vue-template-compiler
"
:
"
^2.5.17
"
},
"lint-staged"
:
{
"*.js"
:
[
"vue-cli-service lint"
,
"git add"
],
"*.vue"
:
[
"vue-cli-service lint"
,
"git add"
]
}
"name"
:
"pigx-ui"
,
"version"
:
"1.8.0"
,
"private"
:
true
,
"scripts"
:
{
"dev"
:
"vue-cli-service serve"
,
"build"
:
"vue-cli-service build"
,
"lint"
:
"vue-cli-service lint"
,
"test:unit"
:
"vue-cli-service test:unit"
,
"test:e2e"
:
"vue-cli-service test:e2e"
},
"dependencies"
:
{
"
@smallwei/avue
"
:
"
^1.4.6-beta2
"
,
"
avue-plugin-transfer
"
:
"
^0.0.2
"
,
"
avue-plugin-ueditor
"
:
"
^0.0.1
"
,
"
axios
"
:
"
^0.18.0
"
,
"
babel-loader
"
:
"
^8.0.2
"
,
"
babel-plugin-transform-runtime
"
:
"
^6.23.0
"
,
"
babel-polyfill
"
:
"
^6.26.0
"
,
"
classlist-polyfill
"
:
"
^1.2.0
"
,
"
driver.js
"
:
"
^0.6.2
"
,
"
element-ui
"
:
"
^2.4.6
"
,
"
file-saver
"
:
"
^1.3.8
"
,
"
html2canvas
"
:
"
^1.0.0-alpha.12
"
,
"
js-cookie
"
:
"
^2.2.0
"
,
"
mockjs
"
:
"
^1.0.1-beta3
"
,
"
moment
"
:
"
^2.22.2
"
,
"
nprogress
"
:
"
^0.2.0
"
,
"
script-loader
"
:
"
^0.7.2
"
,
"
vue
"
:
"
^2.5.16
"
,
"
vue-axios
"
:
"
^2.1.2
"
,
"
vue-clipboard2
"
:
"
^0.2.1
"
,
"
vue-json-editor
"
:
"
^1.2.3
"
,
"
vue-json-tree-view
"
:
"
^2.1.4
"
,
"
vue-quill-editor
"
:
"
^3.0.6
"
,
"
vue-router
"
:
"
^3.0.1
"
,
"
vuedraggable
"
:
"
^2.16.0
"
,
"
vuex
"
:
"
^3.0.1
"
,
"
xlsx
"
:
"
^0.13.3
"
},
"devDependencies"
:
{
"
@vue/cli-plugin-babel
"
:
"
^3.1.1
"
,
"
@vue/cli-plugin-e2e-cypress
"
:
"
^3.1.2
"
,
"
@vue/cli-plugin-eslint
"
:
"
^3.1.5
"
,
"
@vue/cli-plugin-unit-mocha
"
:
"
^3.1.1
"
,
"
@vue/cli-service
"
:
"
^3.1.4
"
,
"
@vue/test-utils
"
:
"
^1.0.0-beta.25
"
,
"
chai
"
:
"
^4.1.2
"
,
"
node-sass
"
:
"
^4.9.0
"
,
"
sass-loader
"
:
"
^7.0.1
"
,
"
vue-template-compiler
"
:
"
^2.5.17
"
},
"lint-staged"
:
{
"*.js"
:
[
"vue-cli-service lint"
,
"git add"
],
"*.vue"
:
[
"vue-cli-service lint"
,
"git add"
]
}
}
src/const/crud/activiti/activiti.js
View file @
d7cb7848
...
...
@@ -57,7 +57,7 @@ export const tableOption = {
prop
:
'createTime'
,
type
:
'datetime'
,
format
:
'yyyy-MM-dd HH:mm'
,
valueFormat
:
'
yyyy-MM-dd HH:mm:ss
'
,
valueFormat
:
'
timestamp
'
,
editDisabled
:
true
,
addVisdiplay
:
false
},
{
...
...
@@ -66,13 +66,8 @@ export const tableOption = {
prop
:
'lastUpdateTime'
,
type
:
'datetime'
,
format
:
'yyyy-MM-dd HH:mm'
,
valueFormat
:
'
yyyy-MM-dd HH:mm:ss
'
,
valueFormat
:
'
timestamp
'
,
editDisabled
:
true
,
addVisdiplay
:
false
},
{
label
:
'备注'
,
prop
:
'desc'
,
editVisdiplay
:
false
,
hide
:
true
}]
}
src/const/crud/activiti/leave-bill.js
View file @
d7cb7848
...
...
@@ -49,6 +49,7 @@ export const tableOption = {
label
:
'请假时间'
,
prop
:
'leaveTime'
,
type
:
'datetime'
,
overHidden
:
true
,
format
:
'yyyy-MM-dd HH:mm'
,
valueFormat
:
"yyyy-MM-dd hh:mm:ss"
},
...
...
@@ -56,25 +57,28 @@ export const tableOption = {
label
:
'提交时间'
,
prop
:
'createTime'
,
type
:
'datetime'
,
overHidden
:
true
,
format
:
'yyyy-MM-dd HH:mm'
,
editDisabled
:
true
,
addVisdiplay
:
false
,
hide
:
true
},
{
label
:
'状态'
,
prop
:
'state'
,
type
:
'select'
,
dicData
:
'leave_status'
,
search
:
true
,
addVisdiplay
:
false
},
{
label
:
'备注'
,
prop
:
'content'
,
type
:
'textarea'
,
minRows
:
2
,
row
:
true
,
span
:
24
},
{
label
:
'状态'
,
prop
:
'state'
,
type
:
'select'
,
dicData
:
'leave_status'
,
search
:
true
,
addVisdiplay
:
false
}
{
label
:
'备注'
,
prop
:
'content'
,
type
:
'textarea'
,
overHidden
:
true
,
minRows
:
2
,
row
:
true
,
span
:
24
}
]
}
src/const/crud/activiti/process.js
View file @
d7cb7848
...
...
@@ -54,7 +54,7 @@ export const tableOption = {
prop
:
'deploymentTime'
,
type
:
'datetime'
,
format
:
'yyyy-MM-dd HH:mm'
,
valueFormat
:
'
yyyy-MM-dd HH:mm:ss
'
,
valueFormat
:
'
timestamp
'
,
editDisabled
:
true
,
addVisdiplay
:
false
}]
...
...
src/const/crud/admin/role.js
View file @
d7cb7848
...
...
@@ -77,7 +77,6 @@ export const tableOption = {
width
:
180
,
label
:
'创建时间'
,
prop
:
'createTime'
,
more
:
true
,
type
:
'datetime'
,
format
:
'yyyy-MM-dd HH:mm'
,
valueFormat
:
'yyyy-MM-dd HH:mm:ss'
,
...
...
src/const/crud/admin/user.js
View file @
d7cb7848
...
...
@@ -141,7 +141,6 @@ export const tableOption = {
type
:
'datetime'
,
format
:
'yyyy-MM-dd HH:mm'
,
valueFormat
:
'yyyy-MM-dd HH:mm:ss'
,
more
:
true
,
editDisabled
:
true
,
addVisdiplay
:
false
,
span
:
24
,
...
...
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