From 756b4fa81678351aee609bfcd032364fda8056ed Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期四, 12 六月 2025 09:44:06 +0800 Subject: [PATCH] - --- Web/src/views/fb_p_complaints/procurementComplaint/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/src/views/fb_p_complaints/procurementComplaint/index.vue b/Web/src/views/fb_p_complaints/procurementComplaint/index.vue index 8df82e6..1fe2d76 100644 --- a/Web/src/views/fb_p_complaints/procurementComplaint/index.vue +++ b/Web/src/views/fb_p_complaints/procurementComplaint/index.vue @@ -25,7 +25,7 @@ page: 1, pageSize: 20, total: 0, - field: 'createTime', // 榛樿鐨勬帓搴忓瓧娈� + field: 'decisionDate', // 榛樿鐨勬帓搴忓瓧娈� order: 'descending', // 鎺掑簭鏂瑰悜 descStr: 'descending', // 闄嶅簭鎺掑簭鐨勫叧閿瓧绗� }, @@ -203,7 +203,7 @@ </el-form> </el-card> <el-card class="full-table" shadow="hover" style="margin-top: 5px"> - <el-table :data="state.tableData" @selection-change="(val: any[]) => { state.selectData = val; }" :default-sort="{ prop: 'decisionDate', order: 'ascending' }" + <el-table :data="state.tableData" @selection-change="(val: any[]) => { state.selectData = val; }" :default-sort="{ prop: 'decisionDate', order: 'descending' }" style="width: 100%" v-loading="state.tableLoading" tooltip-effect="light" row-key="id" @sort-change="sortChange" border> <el-table-column type="selection" width="40" align="center" -- Gitblit v1.9.1