Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-Connect-Pre-Clearance
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
2024-12-25 17:03:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
09d4ef2b75d61cc01777520ca0eb2e1d622063d0
09d4ef2b
1 parent
16d6e7e5
无用代码删除
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
web/src/views/WaybillInquiry/index.vue
web/src/views/WaybillInquiry/index.vue
View file @
09d4ef2
...
...
@@ -121,7 +121,6 @@
:height="tableMaxheight"
:row-class-name="tableRowClassName"
v-loading="loadings.tableLoading"
@sort-change="handleSortChange"
>
<el-table-column
v-for="(item, index) in tableHeader"
...
...
@@ -421,7 +420,6 @@ export default {
}
return obj;
},
handleSortChange({ column, prop, order }) {},
// 改变页面条数
handleSizeChange(val) {
this.page.size = val;
...
...
Please
register
or
login
to post a comment