From ddf6c1deee0557e0135bced435eecb0ed6cfac78 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sun, 7 Mar 2021 10:21:08 +0000 Subject: [PATCH] exclude date --- src/components/SoftwareTab.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SoftwareTab.vue b/src/components/SoftwareTab.vue index 4ab087b..173a82a 100644 --- a/src/components/SoftwareTab.vue +++ b/src/components/SoftwareTab.vue @@ -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; }, }, {