table complete
This commit is contained in:
@@ -96,7 +96,7 @@ import { h } from 'vue'
|
|||||||
accessorKey: 'status',
|
accessorKey: 'status',
|
||||||
header: "Status",
|
header: "Status",
|
||||||
cell: ({row}) => {
|
cell: ({row}) => {
|
||||||
let color = "";
|
let color: string;
|
||||||
switch(row.getValue('status')){
|
switch(row.getValue('status')){
|
||||||
case "paid":
|
case "paid":
|
||||||
color = "success"; break;
|
color = "success"; break;
|
||||||
|
|||||||
Reference in New Issue
Block a user