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-25 18:03:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
29e140449a94690ad995e871b47b375d0e7131b5
29e14044
1 parent
dba60adf
feat: demo优化
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/arrival-declare/index.vue
src/views/arrival-declare/index.vue
View file @
29e1404
...
...
@@ -157,10 +157,6 @@
</template>
<template v-slot:listReceiptStatus="scope">
海关审结:
<el-button type="text" @click.stop="linkChange(scope, 1)">
{{ scope.row.uncompletedCount }}
</el-button>
/
<el-button
type="text"
@click.stop="linkChange(scope, 2)"
...
...
@@ -168,6 +164,10 @@
>
{{ scope.row.completedCount }}
</el-button>
/
<el-button type="text" @click.stop="linkChange(scope, 1)">
{{ scope.row.uncompletedCount }}
</el-button>
</template>
<template v-slot:arrivalInReceiptStatus="scope">
<TablePopover
...
...
Please
register
or
login
to post a comment