负责人管理 - 修复页面报错空白问题3
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<el-table-column prop="name" align="center" label="负责人名字" />
|
||||
<el-table-column prop="regionName" align="center" label="分管国家" >
|
||||
<template v-slot="scope">
|
||||
{{ scope.row.regionMap.join(",") }}
|
||||
{{ Array.isArray(scope.row.regionMap) ? scope.row.regionMap.join(",") : "" }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="adminName" align="center" label="账号" />
|
||||
|
Reference in New Issue
Block a user