flx:无数据添加默认值
This commit is contained in:
parent
6e6cf371a8
commit
b831705172
@ -259,7 +259,7 @@
|
||||
align="center"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.projectType ? projectTypeList[scope.row.projectType - 1].title : ''}}</span>
|
||||
<span>{{ scope.row.projectType ? projectTypeList[scope.row.projectType - 1].title : '--'}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
||||
@ -142,7 +142,7 @@
|
||||
align="center"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.projectType ? projectTypeList[scope.row.projectType - 1].title : ''}}</span>
|
||||
<span>{{ scope.row.projectType ? projectTypeList[scope.row.projectType - 1].title : '--'}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user