+ + {{ root.isAvailable ? '正常' : '异常' }} + + {{ root.displayName }} + {{ root.path }} + + + + {{ root.fileCount }} 个文件 + {{ formatDate(root.lastScanCompletedAt) }} + {{ root.isEnabled ? '启用' : '停用' }} + + {{ root.lastScanError }} + + + {{ scanningId === root.id ? '扫描中' : root.isAvailable ? '立即扫描' : '手动扫描恢复' }} + + + {{ root.isEnabled ? '停用' : '启用' }} + + 删除 + +