Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-client
This commit is contained in:
commit
1d608c5177
@ -139,7 +139,7 @@ const columnDefs: QTableColumn[] = [
|
|||||||
name: 'mapIds',
|
name: 'mapIds',
|
||||||
label: '发布图',
|
label: '发布图',
|
||||||
field: (row) => {
|
field: (row) => {
|
||||||
return getMapNames(row.mapIds);
|
return getMapNames(row.mapIds || [row.mapId]);
|
||||||
},
|
},
|
||||||
required: true,
|
required: true,
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
Loading…
Reference in New Issue
Block a user