exclude date
This commit is contained in:
parent
7835cc3b10
commit
684b545e8f
|
@ -88,7 +88,7 @@ export default {
|
|||
field: "install_date",
|
||||
sortable: false,
|
||||
format: (val, row) => {
|
||||
return val === "01/01/1" ? "" : val;
|
||||
return val === "01/01/1" || val === "01-1-01" ? "" : val;
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue