Commit 13856fd4 authored by 何远江's avatar 何远江

添加订单文件排序

parent c3b2b7cb
......@@ -71,7 +71,9 @@ const formState = reactive({
mergeFilePath: '',
currentPage: 1,
pageSize: 10,
total: 0
total: 0,
column: 'orderFileId',
order: 'desc'
})
const xTable = ref<VxeTableInstance>()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment