项目详情、收藏进行登录

This commit is contained in:
2025-05-07 16:47:11 +08:00
parent 8e4d1ad5f6
commit 863b31a3e6
13 changed files with 704 additions and 137 deletions

View File

@@ -584,9 +584,9 @@ getList();
<td class="px-6 py-4 whitespace-nowrap">
<span
:class="`px-2 py-1 text-xs font-medium rounded-full ${
item.status === 0
item.status === 1
? 'bg-green-100 text-green-800 dark:bg-green-900/30 dark:text-green-300'
: item.status === 1
: item.status === 2
? 'bg-red-100 text-red-800 dark:bg-red-900/30 dark:text-red-300'
: 'bg-gray-100 text-gray-800 dark:bg-gray-700 dark:text-gray-300'
}`"