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
c1e75da4
Commit
c1e75da4
authored
Apr 10, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改存件记录报表
parent
86acf127
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/depositRecord.vue
...n/src/views/dataAdmin/components/pickUp/depositRecord.vue
+5
-3
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/pickUpRecord.vue
...in/src/views/dataAdmin/components/pickUp/pickUpRecord.vue
+3
-2
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/depositRecord.vue
View file @
c1e75da4
...
@@ -72,8 +72,8 @@
...
@@ -72,8 +72,8 @@
:columns="tableHeaders"
:columns="tableHeaders"
:dataSource="tableSourceData"
:dataSource="tableSourceData"
>
>
<template
slot=
"status"
slot-scope=
"text"
>
<template
slot=
"status"
slot-scope=
"text
, record
"
>
<a-tag
v-if=
"
text
.status == 1"
color=
"red"
>
未取件
</a-tag>
<a-tag
v-if=
"
record
.status == 1"
color=
"red"
>
未取件
</a-tag>
<a-tag
v-else
color=
"blue"
>
已取件
</a-tag>
<a-tag
v-else
color=
"blue"
>
已取件
</a-tag>
</
template
>
</
template
>
</a-table>
</a-table>
...
@@ -124,6 +124,7 @@ export default {
...
@@ -124,6 +124,7 @@ export default {
title
:
"
邮递员
"
,
title
:
"
邮递员
"
,
align
:
"
center
"
,
align
:
"
center
"
,
dataIndex
:
"
courier
"
,
dataIndex
:
"
courier
"
,
customRender
:
(
text
,
record
,
index
)
=>
text
.
courier
||
"
--
"
,
},
},
{
{
title
:
"
联系电话
"
,
title
:
"
联系电话
"
,
...
@@ -148,7 +149,7 @@ export default {
...
@@ -148,7 +149,7 @@ export default {
{
{
title
:
"
取件人联系电话
"
,
title
:
"
取件人联系电话
"
,
align
:
"
center
"
,
align
:
"
center
"
,
dataIndex
:
"
phone
"
,
customRender
:
(
text
,
record
,
index
)
=>
text
.
phone
||
"
--
"
,
},
},
{
{
title
:
"
取件码
"
,
title
:
"
取件码
"
,
...
@@ -197,6 +198,7 @@ export default {
...
@@ -197,6 +198,7 @@ export default {
},
},
created
()
{
created
()
{
this
.
getSitePickupDevice
();
this
.
getSitePickupDevice
();
this
.
getStorageList
();
},
},
methods
:
{
methods
:
{
// 获取设备列表
// 获取设备列表
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/pickUpRecord.vue
View file @
c1e75da4
...
@@ -131,6 +131,7 @@ export default {
...
@@ -131,6 +131,7 @@ export default {
title
:
"
取件人
"
,
title
:
"
取件人
"
,
align
:
"
center
"
,
align
:
"
center
"
,
dataIndex
:
"
name
"
,
dataIndex
:
"
name
"
,
customRender
:
(
text
,
record
,
index
)
=>
text
.
name
||
"
--
"
,
},
},
{
{
title
:
"
取件方式
"
,
title
:
"
取件方式
"
,
...
@@ -152,7 +153,7 @@ export default {
...
@@ -152,7 +153,7 @@ export default {
{
{
title
:
"
联系电话
"
,
title
:
"
联系电话
"
,
align
:
"
center
"
,
align
:
"
center
"
,
dataIndex
:
"
phone
"
,
customRender
:
(
text
,
record
,
index
)
=>
text
.
phone
||
"
--
"
,
},
},
{
{
title
:
"
取件时间
"
,
title
:
"
取件时间
"
,
...
@@ -164,7 +165,7 @@ export default {
...
@@ -164,7 +165,7 @@ export default {
{
{
title
:
"
邮递员
"
,
title
:
"
邮递员
"
,
align
:
"
center
"
,
align
:
"
center
"
,
dataIndex
:
"
courier
"
,
customRender
:
(
text
,
record
,
index
)
=>
text
.
courier
||
"
--
"
,
},
},
{
{
title
:
"
存件时间
"
,
title
:
"
存件时间
"
,
...
...
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