Browse Source

修改镜像和派生反的问题

tags/v1.22.3.2^2
wangjr 4 years ago
parent
commit
1894cc1350
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">
</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