@@ -231,6 +231,9 @@
title: '点位数量',
dataIndex: 'shootCount',
width: 80,
+ customRender: ({ record }) => {
+ return ( tableType.value == 2 || tableType.value == 6 )||!record.shootCount ? '-' : record.shootCount
+ },
},
{
title: '场景大小',