#1758 fix-1754 修改镜像和派生反的问题

Merged
zhoupzh merged 1 commits from fix-1754 into V20220328 2 years ago
  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">
</el-table-column>
<el-table-column
prop="isMirror"
prop="isFork"
label="派生"
align="center">
<template slot-scope="scope">
{{scope.row.isMirror|changeType}}
</template>
</el-table-column>
{{scope.row.isFork|changeType}}
</template>
</el-table-column>
<el-table-column
prop="isFork"
prop="isMirror"
label="镜像"
align="center">
<template slot-scope="scope">
{{scope.row.isFork|changeType}}
{{scope.row.isMirror|changeType}}
</template>
</el-table-column>
</el-table-column>
<el-table-column
prop="createUnix"
label="项目创建时间"


Loading…
Cancel
Save