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
2025-04-21 11:25:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ffcaf1475f5848403031786ca39e98ab530d80f2
ffcaf147
1 parent
b0f15eea
修改点击事件
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/arrival-list/index.vue
src/views/arrival-list/index.vue
View file @
ffcaf14
...
...
@@ -127,9 +127,9 @@
</div>
</TablePopover>
</template>
<template v-slot:
logistics
No="scope">
<template v-slot:
bill
No="scope">
<el-button type="text" @click="view(scope.row)">{{
scope.row.
logistics
No
scope.row.
bill
No
}}</el-button>
</template>
</Table>
...
...
@@ -191,13 +191,13 @@ export default {
value: "billNo",
width: "",
align: "left",
slot: true,
},
{
name: "物流运单编号",
value: "logisticsNo",
width: "",
align: "left",
slot: true,
},
{
name: "电商企业代码",
...
...
Please
register
or
login
to post a comment