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
修改镜像和派生反的问题
tags/v1.22.3.2^2
wangjr
4 years ago
parent
a2e0e99313
commit
1894cc1350
1 changed files
with
7 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-7
web_src/js/components/ProAnalysis.vue
+ 7
- 7
web_src/js/components/ProAnalysis.vue
View File
@@ -150,21 +150,21 @@
align="center">
</el-table-column>
<el-table-column
prop="is
Mirror
"
prop="is
Fork
"
label="派生"
align="center">
<template slot-scope="scope">
{{scope.row.is
Mirror
|changeType}}
</template>
</el-table-column>
{{scope.row.is
Fork
|changeType}}
</template>
</el-table-column>
<el-table-column
prop="is
Fork
"
prop="is
Mirror
"
label="镜像"
align="center">
<template slot-scope="scope">
{{scope.row.is
Fork
|changeType}}
{{scope.row.is
Mirror
|changeType}}
</template>
</el-table-column>
</el-table-column>
<el-table-column
prop="createUnix"
label="项目创建时间"
Write
Preview
Loading…
Cancel
Save