Преглед изворни кода

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

zhangchong пре 4 дана
родитељ
комит
c71f335523
1 измењених фајлова са 1 додато и 1 уклоњено
  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>