feat: เพิ่ม รูป
This commit is contained in:
parent
6041ffd159
commit
12c17dfd06
3 changed files with 29 additions and 11 deletions
|
|
@ -93,15 +93,21 @@ const { workNameItems } = storeToRefs(productServiceStore);
|
|||
|
||||
const stat = ref<
|
||||
{
|
||||
icon: string;
|
||||
count: number;
|
||||
label: string;
|
||||
color: 'pink' | 'purple' | 'green' | 'orange';
|
||||
}[]
|
||||
>([
|
||||
{ count: 0, label: 'productAndService', color: 'pink' },
|
||||
{ count: 0, label: 'productAndServiceType', color: 'purple' },
|
||||
{ count: 0, label: 'service', color: 'orange' },
|
||||
{ count: 0, label: 'product', color: 'green' },
|
||||
{ icon: 'mdi-folder', count: 0, label: 'productAndService', color: 'pink' },
|
||||
{
|
||||
icon: 'mdi-folder',
|
||||
count: 0,
|
||||
label: 'productAndServiceType',
|
||||
color: 'purple',
|
||||
},
|
||||
{ icon: 'mdi-folder', count: 0, label: 'service', color: 'orange' },
|
||||
{ icon: 'mdi-folder', count: 0, label: 'product', color: 'green' },
|
||||
]);
|
||||
|
||||
const { t } = useI18n();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue