Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
new-sing
admin-base
Commits
06cccc36
Commit
06cccc36
authored
Aug 20, 2019
by
赵茹林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加 一次性物流信息 最后更新时间
修复 一次性物流信息 导出无效
parent
d29b945e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
index.vue
src/components/disposable/index.vue
+2
-1
No files found.
src/components/disposable/index.vue
View file @
06cccc36
...
...
@@ -69,6 +69,7 @@
{{
scope
.
row
.
goods_type
==
0
?
'订单货品'
:
(
scope
.
row
.
goods_type
==
1
?
'赠品'
:
''
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"updated_at"
label=
"最后更新"
width=
"95px"
></el-table-column>
<el-table-column
prop=
"deliver_at"
label=
"发货时间"
width=
"100px"
></el-table-column>
<el-table-column
prop=
"status"
label=
"物流状态"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -102,7 +103,7 @@
import
receiveInfoDialog
from
"./receiveInfoDialog"
;
import
Cookie
from
'../../util/cookie'
import
CommonJs
from
'../../util/common'
;
import
{
getDisposableApi
,
putDisposable
Api
}
from
"../../service/api"
;
import
{
getDisposableApi
,
exportExcel
Api
}
from
"../../service/api"
;
import
{
LogisticsStatus
,
GOODSTYPE
}
from
"../../util/wordbook"
;
export
default
{
...
...
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