Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-04-22 09:28:31 +07:00
commit 10a8b7f010
2 changed files with 22 additions and 12 deletions

View file

@ -107,6 +107,12 @@ const menuList = readonly<any[]>([
path: "KPICompetency",
role: "evaluateKPI",
},
{
key: 2.0,
label: "ยุทธศาสตร์",
path: "developmentStrategic",
role: "development",
},
],
},
{
@ -575,7 +581,7 @@ const menuList = readonly<any[]>([
role: "salary",
},
{
label: "รอบการขึ้นเงินเดือน",
label: "รอบการเลื่อนเงินเดือน",
path: "salaryRound",
role: "salary",
},
@ -637,11 +643,6 @@ const menuList = readonly<any[]>([
path: "developmentScholarship",
role: "development",
},
{
label: "ยุทธศาสตร์",
path: "developmentStrategic",
role: "development",
},
],
},
]);

View file

@ -274,6 +274,7 @@ onMounted(() => {
option-value="id"
emit-value
map-options
@update:model-value="fetchListProjectNew"
/>
</div>
<div class="col-2">
@ -350,17 +351,25 @@ onMounted(() => {
</template>
<template v-slot:body="props">
<q-tr :props="props" class="cursor-pointer">
<q-td
v-for="col in props.cols"
:key="col.name"
:props="props"
@click="onClickAddOrView(true, props.row.id)"
>
<q-td v-for="col in props.cols" :key="col.name" :props="props">
<div class="table_ellipsis">
{{ col.value ? col.value : "-" }}
</div>
</q-td>
<q-td>
<q-btn
color="primary"
flat
dense
round
class="q-mr-xs"
size="14px"
icon="mdi-pencil-outline"
clickable
@click="onClickAddOrView(true, props.row.id)"
>
<q-tooltip>แกไขขอม</q-tooltip>
</q-btn>
<q-btn
flat
round