This commit is contained in:
xman 2025-07-09 17:05:09 +08:00
parent 8a9499733d
commit afad29d9f2

View File

@ -231,10 +231,10 @@ ${data.receive_type == 1 ? '已收定金' : '已收全款'}
addclass: 'datetimerange',
autocomplete: false,
formatter: function (value, row, index) {
if (row.status === 60){
if (row.status >= 60){
return value;
}else{
return '';
return '-';
}
}
},