@@ -478,6 +612,10 @@ getList();
class="px-6 py-3 text-left text-xs font-medium text-gray-700 dark:text-gray-300 uppercase tracking-wider">
创建时间
+ |
+ 最后编辑时间
+ |
操作
@@ -530,7 +668,10 @@ getList();
|
- {{ formatDate(item.createdAt) }}
+ {{ item.created_at }}
+ |
+
+ {{ item.updated_at }}
|
@@ -547,6 +688,53 @@ getList();
d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"/>
+
|