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
03ac1bd8
Commit
03ac1bd8
authored
Jul 16, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tui
parent
761cc463
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
attendance-performance-manager-ui/admin/src/assets/utils/index.js
...ce-performance-manager-ui/admin/src/assets/utils/index.js
+0
-2
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/drawershow.vue
...r-ui/admin/src/views/perform/attend/appeal/drawershow.vue
+2
-2
No files found.
attendance-performance-manager-ui/admin/src/assets/utils/index.js
View file @
03ac1bd8
...
...
@@ -51,12 +51,10 @@ export const encodeURI = (data) => {
* @returns {string} val 解析后的结果
*/
export
function
formatterDate
(
time
)
{
console
.
log
(
"
time
"
,
time
)
if
(
time
===
'
undefined
'
||
time
===
null
)
{
return
'
--
'
}
if
(
!
time
)
return
'
--
'
;
console
.
log
(
"
time11111
"
,
time
)
let
date
=
new
Date
(
Number
(
time
));
let
Y
=
date
.
getFullYear
()
+
'
-
'
;
let
M
=
(
date
.
getMonth
()
+
1
<
10
?
'
0
'
+
(
date
.
getMonth
()
+
1
)
:
date
.
getMonth
()
+
1
)
+
'
-
'
;
...
...
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/drawershow.vue
View file @
03ac1bd8
...
...
@@ -137,7 +137,7 @@
</el-row>
</div>
</div>
<div
class=
"box"
v-if=
"form.view == '查看'
|| form.processStatus == 2
"
>
<div
class=
"box"
v-if=
"form.view == '查看'"
>
<div
class=
"title"
>
申诉结果
</div>
<div
class=
"content"
>
<el-row>
...
...
@@ -597,7 +597,7 @@ export default {
this
.
reset
();
}
this
.
form
.
appealResult
=
""
;
//
this.form.processStatus = 2;
this
.
form
.
processStatus
=
2
;
this
.
form
.
remark
=
""
;
this
.
form
.
view
=
"
核查
"
;
this
.
open
=
true
;
...
...
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