V
Size: a a a
V
S
S
CM
V
V
S
A¯
return "{{ __('table_field_replace_value.`" `${cell.getValue()}`"') ?: __('table_field_replace_value.null')}}";
V
V
V
V
p
V
let toJson = Object.prototype;
toJson.m = function(json) {
return JSON.parse(json);
}
let test = {
Name: 'Test'
}
let json = '{"result":true, "count":42}';
console.log(test.m(json));
F
AK
V
V
F
V