tts
This commit is contained in:
parent
8a9499733d
commit
afad29d9f2
|
|
@ -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 '-';
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user