@ -592,7 +592,7 @@
width: 145,
prop: 'invite_status',
formatter: (cell, data, value) => {
if (cell.purchase_way.remark === 'false') {
if (cell.purchase_way?.remark === 'false') {
return '无'
}
switch (value) {
@ -1134,7 +1134,7 @@
if (column.property === 'invite_status') {
if (row.purchase_way.remark === 'false') {
if (row.purchase_way?.remark === 'false') {
return {
'color': 'rgb(140,140,140)'