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
jinhui.wang
2026-03-11 13:42:56 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e6f37afdbea657daa8b8c089af2d62d644906694
e6f37afd
1 parent
16c12581
样式修改
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 @
e6f37af
...
...
@@ -434,13 +434,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
...
...
@@ -471,7 +471,7 @@
<vxe-column
field="transportVehicleName"
title="运输工具名称"
w
idth="110"
minW
idth="110"
></vxe-column>
<vxe-column
field="regulatoryVenueCode"
...
...
@@ -481,7 +481,7 @@
<vxe-column
field="ecomEntName"
title="电商企业名称"
w
idth="110"
minW
idth="110"
:show-overflow="true"
>
<template #default="{ row }">
...
...
@@ -498,7 +498,7 @@
<vxe-column
field="declareBusinessType"
title="申报业务类型"
w
idth="100"
minW
idth="100"
></vxe-column>
<vxe-column
field="createTime"
...
...
@@ -510,7 +510,7 @@
title="订单回执"
:filters="receiptStatusFilters"
:show-overflow="true"
w
idth="130"
minW
idth="130"
>
<template #default="{ row }">
<template
...
...
@@ -591,7 +591,7 @@
title="运单回执"
:filters="receiptStatusFilters"
:show-overflow="true"
w
idth="130"
minW
idth="130"
>
<template #default="{ row }">
<template
...
...
@@ -669,7 +669,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