mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
chore(export): shorten session export label
This commit is contained in:
@@ -6008,7 +6008,7 @@ function ExportPage() {
|
|||||||
})
|
})
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{!canExport ? '暂无会话' : isRunning ? '导出中...' : isQueued ? '排队中' : '单会话导出'}
|
{!canExport ? '暂无会话' : isRunning ? '导出中...' : isQueued ? '排队中' : '导出'}
|
||||||
</button>
|
</button>
|
||||||
{hasRecentExport && <span className="row-export-time">{recentExportTime}</span>}
|
{hasRecentExport && <span className="row-export-time">{recentExportTime}</span>}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user