This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
国际化信息提交。
Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.8.2^2
zouap
3 years ago
parent
6c20f50511
commit
39f1f313dc
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
web_src/js/components/dataset/selectDataset.vue
+1
-1
web_src/js/components/images/selectImages.vue
+ 1
- 1
web_src/js/components/dataset/selectDataset.vue
View File
@@ -90,7 +90,7 @@
>
<el-tabs v-model="activeName" @tab-click="handleClick">
<!-- 当前项目的数据集 -->
<el-tab-pane label="
{{
i18n.dataset_current_repo
}}
" name="first" v-loading="loadingCurrent">
<el-tab-pane
:
label="i18n.dataset_current_repo" name="first" v-loading="loadingCurrent">
<el-row>
<el-tree
:data="currentDatasetList"
+ 1
- 1
web_src/js/components/images/selectImages.vue
View File
@@ -142,7 +142,7 @@
</div>
</el-tab-pane>
<el-tab-pane label="
{{
i18n.image_my
}}
" name="second" v-loading="loadingCustom">
<el-tab-pane
:
label="i18n.image_my" name="second" v-loading="loadingCustom">
<div
style="
display: flex;
Write
Preview
Loading…
Cancel
Save