|
@@ -476,7 +476,7 @@ export const getVrColumns = () => {
|
|
|
},
|
|
|
{
|
|
|
title: '点位数量',
|
|
|
- dataIndex: 'sceneSource',
|
|
|
+ dataIndex: 'shootCount',
|
|
|
width: 80,
|
|
|
// customRender: ({ record }) => {
|
|
|
// return ( tableType.value == 2 || tableType.value == 6 )||!record.shootCount ? '-' : record.shootCount
|