Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_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
赵啸非
smart_gov_platform
Commits
763e9316
Commit
763e9316
authored
Nov 01, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复存取记录报表错误
parent
ea7ab5e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/otherRecord.vue
...min/src/views/dataAdmin/components/pickUp/otherRecord.vue
+13
-6
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/otherRecord.vue
View file @
763e9316
...
...
@@ -30,13 +30,21 @@
</a-table>
</div>
</template>
<
script
>
<
script
>
import
{
mapState
}
from
"
vuex
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
{
export2Excel
}
from
"
@/utils/js/exportExcel
"
;
import
{
getOtherList
}
from
"
@/api/dataAdmin
"
;
const
tHeader
=
[
"
操作人身份
"
,
"
操作类型
"
,
"
箱号
"
,
"
取件柜名称
"
,
"
操作时间
"
];
// 导出的表头名信息
const
operationTypeList
=
{
1
:
"
存件
"
,
2
:
"
取件
"
,
3
:
"
锁定
"
,
4
:
"
开箱
"
,
5
:
"
清箱
"
,
6
:
"
解锁
"
,
};
const
filterVal
=
[
"
userType
"
,
"
operationType
"
,
...
...
@@ -77,7 +85,6 @@ export default {
},
{
title
:
"
操作类型
"
,
dataIndex
:
"
operationType
"
,
scopedSlots
:
{
customRender
:
"
operationType
"
},
},
{
...
...
@@ -95,6 +102,7 @@ export default {
},
];
return
{
operationTypeList
,
baseurl
:
process
.
env
.
VUE_APP_API_PHP_URL
,
siteId
:
storage
.
get
(
2
,
"
siteId
"
),
columns
,
...
...
@@ -278,6 +286,5 @@ export default {
},
};
</
script
>
<
style
lang=
"less"
scoped
>
</
style
>
\ No newline at end of file
<
style
lang=
"less"
scoped
></
style
>
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