tts
This commit is contained in:
parent
8a9499733d
commit
afad29d9f2
|
|
@ -231,10 +231,10 @@ ${data.receive_type == 1 ? '已收定金' : '已收全款'}
|
||||||
addclass: 'datetimerange',
|
addclass: 'datetimerange',
|
||||||
autocomplete: false,
|
autocomplete: false,
|
||||||
formatter: function (value, row, index) {
|
formatter: function (value, row, index) {
|
||||||
if (row.status === 60){
|
if (row.status >= 60){
|
||||||
return value;
|
return value;
|
||||||
}else{
|
}else{
|
||||||
return '';
|
return '-';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user