Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
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
赵啸非
attendance-performance-platform
Commits
61d206e8
Commit
61d206e8
authored
Aug 23, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改本月统计
parent
b1c2c1a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
attendance-performance-manager-ui/admin/src/views/attendance/record/hik/list.vue
...manager-ui/admin/src/views/attendance/record/hik/list.vue
+0
-1
attendance-performance-manager-ui/admin/src/views/login/authentication.vue
...mance-manager-ui/admin/src/views/login/authentication.vue
+4
-4
attendance-performance-manager-ui/admin/src/views/staff/adjust/log/list.vue
...ance-manager-ui/admin/src/views/staff/adjust/log/list.vue
+1
-1
No files found.
attendance-performance-manager-ui/admin/src/views/attendance/record/hik/list.vue
View file @
61d206e8
...
...
@@ -221,7 +221,6 @@ export default {
/** 导出Excel */
doExport
()
{
if
(
this
.
isExport
==
true
)
{
console
.
log
(
"
isExport:
"
,
this
.
isExport
)
this
.
$message
.
info
(
"
考勤数据正在导出中,请勿重复点击!
"
)
return
false
;
}
...
...
attendance-performance-manager-ui/admin/src/views/login/authentication.vue
View file @
61d206e8
...
...
@@ -24,15 +24,15 @@ export default {
this
.
$message
.
error
(
error
.
message
||
'
请登录
'
);
console
.
log
(
"
href:
"
+
process
.
env
.
VUE_APP_PORTAL_URL
)
//
window.location.href=process.env.VUE_APP_PORTAL_URL=='undefined'?'http://192.168.0.98:11072':process.env.VUE_APP_PORTAL_URL
//
window.location.href=process.env.VUE_APP_PORTAL_URL=='undefined'?'http://192.168.0.98:11072':process.env.VUE_APP_PORTAL_URL
//
window.location.href=process.env.VUE_APP_PORTAL_URL
this
.
$router
.
replace
({
window
.
location
.
href
=
process
.
env
.
VUE_APP_PORTAL_URL
/*
this.$router.replace({
path: '/login',
query: {
redirect: this.redirect,
}
});
});
*/
}
},
computed
:
{
...
...
attendance-performance-manager-ui/admin/src/views/staff/adjust/log/list.vue
View file @
61d206e8
...
...
@@ -89,7 +89,7 @@
{
label
:
"
入职时间
"
,
prop
:
"
entryDate
"
,
formatter
:
this
.
formatterDate
},
{
label
:
"
审核状态
"
,
prop
:
"
auditStatus
"
,
formatter
:
this
.
formatter
},
{
label
:
"
操作
"
,
width
:
240
,
...
...
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