แก้ตาม เทส เเจ้ง
This commit is contained in:
parent
a8c05ff7b1
commit
45b2c93768
2 changed files with 115 additions and 108 deletions
|
|
@ -11,6 +11,11 @@ const $q = useQuasar();
|
|||
const { messageError } = useCounterMixin();
|
||||
|
||||
const competencyTotal = ref<CompetencySumary[]>([
|
||||
{
|
||||
value: "total",
|
||||
label: "ทั้งหมด",
|
||||
color: "red",
|
||||
},
|
||||
{
|
||||
value: "HEAD",
|
||||
label: "สมรรถนะหลัก",
|
||||
|
|
@ -26,11 +31,7 @@ const competencyTotal = ref<CompetencySumary[]>([
|
|||
label: "สมรรถนะประจำผู้บริหารกรุงเทพมหานคร",
|
||||
color: "blue",
|
||||
},
|
||||
{
|
||||
value: "total",
|
||||
label: "ทั้งหมด",
|
||||
color: "red",
|
||||
},
|
||||
|
||||
{
|
||||
value: "DIRECTOR",
|
||||
label:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue