Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zhanbo.xu
2026-03-06 19:40:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a214f166de7b998f9270d5bf9cd7870bbfbc9c99
a214f166
1 parent
81716abf
feat: 开发功能
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
src/views/reportingData/index.vue
src/views/reportingData/index.vue
View file @
a214f16
...
...
@@ -447,13 +447,13 @@
<vxe-column
field="logisticsWaybillNumber"
title="物流运单编号"
w
idth="110"
minW
idth="110"
></vxe-column>
<vxe-column
field="orderno"
title="订单编号"
:show-overflow="true"
w
idth="100"
minW
idth="100"
>
<template #default="{ row }">
<el-tooltip
...
...
@@ -484,7 +484,7 @@
<vxe-column
field="transportVehicleName"
title="运输工具名称"
w
idth="110"
minW
idth="110"
></vxe-column>
<vxe-column
field="regulatoryVenueCode"
...
...
@@ -494,7 +494,7 @@
<vxe-column
field="ecomEntName"
title="电商企业名称"
w
idth="110"
minW
idth="110"
:show-overflow="true"
>
<template #default="{ row }">
...
...
@@ -511,7 +511,7 @@
<vxe-column
field="declareBusinessType"
title="申报业务类型"
w
idth="100"
minW
idth="100"
></vxe-column>
<vxe-column
field="createTime"
...
...
@@ -523,7 +523,7 @@
title="订单回执"
:filters="receiptStatusFilters"
:show-overflow="true"
w
idth="130"
minW
idth="130"
>
<template #default="{ row }">
<template
...
...
@@ -604,7 +604,7 @@
title="运单回执"
:filters="receiptStatusFilters"
:show-overflow="true"
w
idth="130"
minW
idth="130"
>
<template #default="{ row }">
<template
...
...
@@ -682,7 +682,7 @@
title="清单回执"
:filters="listStatusFilters"
:show-overflow="true"
w
idth="130"
minW
idth="130"
>
<template #default="{ row }">
<template
...
...
Please
register
or
login
to post a comment