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-manager-ui
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-manager-ui
Commits
21d7b470
Commit
21d7b470
authored
Jun 06, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推修改绩效核查导出功能未添加参数的问题
parent
7d2b7e4c
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
1 deletion
+8
-1
src/views/check/attend/record/list.vue
src/views/check/attend/record/list.vue
+1
-0
src/views/check/complain/record/list.vue
src/views/check/complain/record/list.vue
+1
-1
src/views/check/effect/record/list.vue
src/views/check/effect/record/list.vue
+1
-0
src/views/check/gowork/record/list.vue
src/views/check/gowork/record/list.vue
+1
-0
src/views/check/other/record/list.vue
src/views/check/other/record/list.vue
+1
-0
src/views/check/review/record/list.vue
src/views/check/review/record/list.vue
+1
-0
src/views/check/window/perform/list.vue
src/views/check/window/perform/list.vue
+1
-0
src/views/check/window/workman/perform/list.vue
src/views/check/window/workman/perform/list.vue
+1
-0
No files found.
src/views/check/attend/record/list.vue
View file @
21d7b470
...
...
@@ -124,6 +124,7 @@ export default {
this
.
$download
(
"
/check/attend/record/exportExcel
"
,
{
...
this
.
query
,
page
:
1
,
size
:
-
1
,
},
...
...
src/views/check/complain/record/list.vue
View file @
21d7b470
...
...
@@ -124,6 +124,7 @@ export default {
this
.
$download
(
"
/check/complain/record/exportExcel
"
,
{
...
this
.
query
,
page
:
1
,
size
:
-
1
,
},
...
...
@@ -305,7 +306,6 @@ export default {
{
label
:
"
核查结果
"
,
prop
:
"
checkResult
"
,
formatter
:
this
.
formatter
},
{
label
:
"
说明
"
,
prop
:
"
checkDesc
"
,
formatter
:
this
.
formatter
},
{
label
:
"
核查人员
"
,
prop
:
"
checkPerson
"
,
formatter
:
this
.
formatter
},
...
...
src/views/check/effect/record/list.vue
View file @
21d7b470
...
...
@@ -125,6 +125,7 @@ export default {
this
.
$download
(
"
/check/effect/record/exportExcel
"
,
{
...
this
.
query
,
page
:
1
,
size
:
-
1
,
},
...
...
src/views/check/gowork/record/list.vue
View file @
21d7b470
...
...
@@ -124,6 +124,7 @@ export default {
this
.
$download
(
"
/check/gowork/record/exportExcel
"
,
{
...
this
.
query
,
page
:
1
,
size
:
-
1
,
},
...
...
src/views/check/other/record/list.vue
View file @
21d7b470
...
...
@@ -124,6 +124,7 @@ export default {
this
.
$download
(
"
/check/other/record/exportExcel
"
,
{
...
this
.
query
,
page
:
1
,
size
:
-
1
,
},
...
...
src/views/check/review/record/list.vue
View file @
21d7b470
...
...
@@ -124,6 +124,7 @@ export default {
this
.
$download
(
"
/check/review/record/exportExcel
"
,
{
...
this
.
query
,
page
:
1
,
size
:
-
1
,
},
...
...
src/views/check/window/perform/list.vue
View file @
21d7b470
...
...
@@ -54,6 +54,7 @@ export default {
this
.
$download
(
"
/check/window/perform/exportExcel
"
,
{
...
this
.
query
,
page
:
1
,
size
:
-
1
,
},
...
...
src/views/check/window/workman/perform/list.vue
View file @
21d7b470
...
...
@@ -55,6 +55,7 @@ export default {
this
.
$download
(
"
/check/window/workman/perform/exportExcel
"
,
{
...
this
.
query
,
page
:
1
,
size
:
-
1
,
},
...
...
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