This commit is contained in:
tanghc
2019-05-09 19:55:14 +08:00
parent 2a62cf38fb
commit ba675a76c3
13 changed files with 9 additions and 9 deletions

View File

@@ -46,7 +46,7 @@
width="200"
>
<template slot-scope="scope">
{{ scope.row.name + ' (' + scope.row.version + ')' }}
{{ scope.row.name + (scope.row.version ? ' (' + scope.row.version + ')' : '') }}
</template>
</el-table-column>
<el-table-column