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
4eb6a8ff
Commit
4eb6a8ff
authored
Jul 13, 2023
by
王启林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推
parent
e73d4be8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
12 deletions
+3
-12
attendance-performance-manager-ui/admin/src/views/feedback/addQuestion/list.vue
...-manager-ui/admin/src/views/feedback/addQuestion/list.vue
+3
-3
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/list.vue
...manager-ui/admin/src/views/perform/attend/appeal/list.vue
+0
-9
No files found.
attendance-performance-manager-ui/admin/src/views/feedback/addQuestion/list.vue
View file @
4eb6a8ff
...
@@ -260,11 +260,11 @@ export default {
...
@@ -260,11 +260,11 @@ export default {
i
.
remark
=
i
.
field
i
.
remark
=
i
.
field
i
.
questionType
=
formType
(
i
.
type
)
i
.
questionType
=
formType
(
i
.
type
)
i
.
require
=
formatNum
(
i
.
$required
)
i
.
require
=
formatNum
(
i
.
$required
)
i
.
content
=
i
.
info
||
''
i
.
content
=
i
.
title
if
(
formType
(
i
.
type
)
==
1
||
formType
(
i
.
type
)
==
2
)
{
if
(
formType
(
i
.
type
)
==
1
||
formType
(
i
.
type
)
==
2
)
{
i
.
options
.
forEach
(
j
=>
{
i
.
options
.
forEach
(
j
=>
{
j
.
content
=
j
.
value
j
.
content
=
j
.
label
j
.
remark
=
j
.
label
j
.
remark
=
j
.
value
})
})
}
}
if
(
formType
(
i
.
type
)
==
1
||
formType
(
i
.
type
)
==
2
)
{
if
(
formType
(
i
.
type
)
==
1
||
formType
(
i
.
type
)
==
2
)
{
...
...
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/list.vue
View file @
4eb6a8ff
...
@@ -266,15 +266,6 @@ export default {
...
@@ -266,15 +266,6 @@ export default {
dateValue
:
'
2023-01-00 00:00:00
'
,
dateValue
:
'
2023-01-00 00:00:00
'
,
};
};
},
},
mounted
()
{
// this.$post('/perform/attend/appeal/stat', { appealTimeStart: this.dateValue }).then(res => {
// console.log(res)
// })
},
methods
:
{
}
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
...
...
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