{taskName}
{#if isModified}
已修改
{/if}
{statusInfo.label}
{#if isModified}
重置
{/if}
onStatusChange(0)} {disabled} class="h-7 min-w-[60px] cursor-pointer px-3 text-xs {currentStatus === 0 ? 'border-yellow-600 bg-yellow-600 font-medium text-white hover:bg-yellow-700' : 'hover:border-yellow-400 hover:bg-yellow-50 hover:text-yellow-700'}" > 未开始
onStatusChange(7)} {disabled} class="h-7 min-w-[60px] cursor-pointer px-3 text-xs {currentStatus === 7 ? 'border-emerald-600 bg-emerald-600 font-medium text-white hover:bg-emerald-700' : 'hover:border-emerald-400 hover:bg-emerald-50 hover:text-emerald-700'}" > 已完成