Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
6d196ecd
Commit
6d196ecd
authored
Jan 23, 2025
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 个人使用应用明细表
parent
ca47da5f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
en.yaml
src/locales/langs/en.yaml
+1
-1
zh-cn.yaml
src/locales/langs/zh-cn.yaml
+1
-1
zh-hk.yaml
src/locales/langs/zh-hk.yaml
+1
-1
agent-statistic.vue
src/views/statistics/agent-statistic/agent-statistic.vue
+1
-1
locales.d.ts
types/locales.d.ts
+1
-1
No files found.
src/locales/langs/en.yaml
View file @
6d196ecd
...
@@ -643,7 +643,7 @@ statistic_module:
...
@@ -643,7 +643,7 @@ statistic_module:
usage_agent_count
:
'
Usage
agent
count'
usage_agent_count
:
'
Usage
agent
count'
unpublish_agent_count
:
'
Unpublish
agent
count'
unpublish_agent_count
:
'
Unpublish
agent
count'
published_agent_count
:
'
Published
agent
count'
published_agent_count
:
'
Published
agent
count'
p
latform_agent_usage_detail
:
'
Platform
agent
usage
detail'
p
ersonal_use_agent_detail
:
'
Personal
use
agent
detail'
agent_title
:
'
Agent
title'
agent_title
:
'
Agent
title'
agent_status
:
'
Agent
status'
agent_status
:
'
Agent
status'
owner
:
'
Owner'
owner
:
'
Owner'
...
...
src/locales/langs/zh-cn.yaml
View file @
6d196ecd
...
@@ -641,7 +641,7 @@ statistic_module:
...
@@ -641,7 +641,7 @@ statistic_module:
usage_agent_count
:
'
使用的应用'
usage_agent_count
:
'
使用的应用'
unpublish_agent_count
:
'
未发布的应用'
unpublish_agent_count
:
'
未发布的应用'
published_agent_count
:
'
已发布的应用'
published_agent_count
:
'
已发布的应用'
p
latform_agent_usage_detail
:
'
各应用使
用明细表'
p
ersonal_use_agent_detail
:
'
个人使用应
用明细表'
agent_title
:
'
应用标题'
agent_title
:
'
应用标题'
agent_status
:
'
应用状态'
agent_status
:
'
应用状态'
owner
:
'
开发者'
owner
:
'
开发者'
...
...
src/locales/langs/zh-hk.yaml
View file @
6d196ecd
...
@@ -641,7 +641,7 @@ statistic_module:
...
@@ -641,7 +641,7 @@ statistic_module:
usage_agent_count
:
'
使用的應用'
usage_agent_count
:
'
使用的應用'
unpublish_agent_count
:
'
未發佈的應用'
unpublish_agent_count
:
'
未發佈的應用'
published_agent_count
:
'
已發佈的應用'
published_agent_count
:
'
已發佈的應用'
p
latform_agent_usage_detail
:
'
各應用使
用明細表'
p
ersonal_use_agent_detail
:
'
個人使用應
用明細表'
agent_title
:
'
應用標題'
agent_title
:
'
應用標題'
agent_status
:
'
應用狀態'
agent_status
:
'
應用狀態'
owner
:
'
開發者'
owner
:
'
開發者'
...
...
src/views/statistics/agent-statistic/agent-statistic.vue
View file @
6d196ecd
...
@@ -123,7 +123,7 @@ async function handleGetPlatformAgentUsageDetail(rangType: RangType, startTime:
...
@@ -123,7 +123,7 @@ async function handleGetPlatformAgentUsageDetail(rangType: RangType, startTime:
</div>
</div>
<div
class=
"mx-[34px] flex items-start justify-between"
>
<div
class=
"mx-[34px] flex items-start justify-between"
>
<ContentTitle
:title=
"t('statistic_module.p
latform_agent_usage
_detail')"
/>
<ContentTitle
:title=
"t('statistic_module.p
ersonal_use_agent
_detail')"
/>
<DataSelectSearch
@
update-search-list=
"handleGetPlatformAgentUsageDetail"
/>
<DataSelectSearch
@
update-search-list=
"handleGetPlatformAgentUsageDetail"
/>
</div>
</div>
...
...
types/locales.d.ts
View file @
6d196ecd
...
@@ -660,7 +660,7 @@ declare namespace I18n {
...
@@ -660,7 +660,7 @@ declare namespace I18n {
usage_agent_count
:
string
usage_agent_count
:
string
unpublish_agent_count
:
string
unpublish_agent_count
:
string
published_agent_count
:
string
published_agent_count
:
string
p
latform_agent_usage
_detail
:
string
p
ersonal_use_agent
_detail
:
string
agent_title
:
string
agent_title
:
string
agent_status
:
string
agent_status
:
string
owner
:
string
owner
:
string
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment