负责人管理 - 修复页面报错空白问题3

This commit is contained in:
2025-07-25 18:36:53 +08:00
parent 808f0e1bb7
commit f8748cb782

View File

@@ -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="账号" />