Commit 6d196ecd authored by nick zheng's avatar nick zheng

chore: 个人使用应用明细表

parent ca47da5f
......@@ -643,7 +643,7 @@ statistic_module:
usage_agent_count: 'Usage agent count'
unpublish_agent_count: 'Unpublish agent count'
published_agent_count: 'Published agent count'
platform_agent_usage_detail: 'Platform agent usage detail'
personal_use_agent_detail: 'Personal use agent detail'
agent_title: 'Agent title'
agent_status: 'Agent status'
owner: 'Owner'
......
......@@ -641,7 +641,7 @@ statistic_module:
usage_agent_count: '使用的应用'
unpublish_agent_count: '未发布的应用'
published_agent_count: '已发布的应用'
platform_agent_usage_detail: '各应用使用明细表'
personal_use_agent_detail: '个人使用应用明细表'
agent_title: '应用标题'
agent_status: '应用状态'
owner: '开发者'
......
......@@ -641,7 +641,7 @@ statistic_module:
usage_agent_count: '使用的應用'
unpublish_agent_count: '未發佈的應用'
published_agent_count: '已發佈的應用'
platform_agent_usage_detail: '各應用使用明細表'
personal_use_agent_detail: '個人使用應用明細表'
agent_title: '應用標題'
agent_status: '應用狀態'
owner: '開發者'
......
......@@ -123,7 +123,7 @@ async function handleGetPlatformAgentUsageDetail(rangType: RangType, startTime:
</div>
<div class="mx-[34px] flex items-start justify-between">
<ContentTitle :title="t('statistic_module.platform_agent_usage_detail')" />
<ContentTitle :title="t('statistic_module.personal_use_agent_detail')" />
<DataSelectSearch @update-search-list="handleGetPlatformAgentUsageDetail" />
</div>
......
......@@ -660,7 +660,7 @@ declare namespace I18n {
usage_agent_count: string
unpublish_agent_count: string
published_agent_count: string
platform_agent_usage_detail: string
personal_use_agent_detail: string
agent_title: string
agent_status: string
owner: string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment