Browse Source

Merge pull request 'fix-1754 修改镜像和派生反的问题' (#1758) from fix-1754 into V20220328

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/1758
Reviewed-by: zhoupzh <zhoupzh@pcl.ac.cn>
tags/v1.22.3.2^2
zhoupzh 3 years ago
parent
commit
62dda4b50c
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      web_src/js/components/ProAnalysis.vue

+ 7
- 7
web_src/js/components/ProAnalysis.vue View File

@@ -150,21 +150,21 @@
align="center"> align="center">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="isMirror"
prop="isFork"
label="派生" label="派生"
align="center"> align="center">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.isMirror|changeType}}
</template>
</el-table-column>
{{scope.row.isFork|changeType}}
</template>
</el-table-column>
<el-table-column <el-table-column
prop="isFork"
prop="isMirror"
label="镜像" label="镜像"
align="center"> align="center">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.isFork|changeType}}
{{scope.row.isMirror|changeType}}
</template> </template>
</el-table-column>
</el-table-column>
<el-table-column <el-table-column
prop="createUnix" prop="createUnix"
label="项目创建时间" label="项目创建时间"


Loading…
Cancel
Save