table complete

This commit is contained in:
suricatingss
2025-12-05 20:39:32 +00:00
parent a1c71a967a
commit 60a6342814

View File

@@ -96,7 +96,7 @@ import { h } from 'vue'
accessorKey: 'status',
header: "Status",
cell: ({row}) => {
let color = "";
let color: string;
switch(row.getValue('status')){
case "paid":
color = "success"; break;