table complete
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user