{{ props.row.point ? `ระดับ ${props.row.point}` : "" }}
@@ -289,7 +320,12 @@ watch(
{{ col.value ? col.value : "-" }}
-
+ |
-
+
-
+ />
diff --git a/src/modules/08_KPI/components/Tab/Topic/02_Competency.vue b/src/modules/08_KPI/components/Tab/Topic/02_Competency.vue
index 9963619..27abba3 100644
--- a/src/modules/08_KPI/components/Tab/Topic/02_Competency.vue
+++ b/src/modules/08_KPI/components/Tab/Topic/02_Competency.vue
@@ -230,7 +230,10 @@ onMounted(() => {
{{ item.name }}
{
{
{{ col.label }}
-
+
@@ -341,7 +350,12 @@ onMounted(() => {
{{ col.value }}
-
+
{
}
.q-btn-group--outline > .q-btn-item.active {
color: #2196f3 !important;
- background-color: #fff;
+ background-color: #cde6fb !important;
+}
+.q-btn-group--outline > .q-btn-item + .q-btn-item.active:before {
+ border-left: 1px solid #2196f3 !important;
+ background-color: #cde6fb;
}
.q-btn-group--outline > .q-btn-item.active:not(:last-child):before {
border: 1px solid #2196f3;
+ background-color: #cde6fb;
}
|