ปรับสี summary รายการเงินเดือน
This commit is contained in:
parent
ffcd147785
commit
2a9c4741dc
1 changed files with 2 additions and 2 deletions
|
|
@ -155,13 +155,13 @@ const itemsCard = ref([
|
||||||
{
|
{
|
||||||
lable: "ใช้ไปเท่าไหร่",
|
lable: "ใช้ไปเท่าไหร่",
|
||||||
name: "group2",
|
name: "group2",
|
||||||
color: "indigo-6",
|
color: "blue-6",
|
||||||
total: 0,
|
total: 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
lable: "เหลือเท่าไหร่",
|
lable: "เหลือเท่าไหร่",
|
||||||
name: "group2",
|
name: "group2",
|
||||||
color: "indigo-6",
|
color: "green-6",
|
||||||
total: 0,
|
total: 0,
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue