fix datatable sorting issue

This commit is contained in:
pa
2025-12-22 21:01:39 +09:00
committed by Natsumi
parent fbfb31b667
commit 9b20d62a90
2 changed files with 35 additions and 18 deletions

View File

@@ -50,7 +50,7 @@
</div>
<DataTable v-bind="notificationTable" ref="notificationTableRef" class="notification-table">
<el-table-column :label="t('table.notification.date')" prop="created_at" :sortable="true" width="130">
<el-table-column :label="t('table.notification.date')" prop="created_at" width="130">
<template #default="scope">
<el-tooltip placement="right">
<template #content>