Explorar o código

reactor:兴唐新增黑白名单管理;

zhangchong hai 4 días
pai
achega
c71f335523
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/statistics/department/detailOverdueList.vue

+ 1 - 1
src/views/statistics/department/detailOverdueList.vue

@@ -92,7 +92,7 @@
 							{{ formatDate(row.expiredTime, 'YYYY-mm-dd HH:MM:SS') }}
 						</template>
 					</vxe-column>
-					<vxe-column field="filedTime" title="办结时间" width="160">
+					<vxe-column field="filedTime" title="办结时间" width="160" sortable>
 						<template #default="{ row }">
 							{{ formatDate(row.filedTime, 'YYYY-mm-dd HH:MM:SS') }}
 						</template>