@ -72,13 +72,15 @@
label="类型"
>
<template slot-scope="scope">
<span>
<span v-if="scope.row && scope.row.placeCategory !== '0'">
{{
scope.row.placeCategory
? types[scope.row.placeCategory-1].label
: "-"
? types.filter(item=>item.value === scope.row.placeCategory)[0]
.label
: "--"
}}
</span>
<span v-else>--</span>
</template>
</el-table-column>
<el-table-column