fixing insignia
This commit is contained in:
parent
75ea2cc155
commit
f7e4d00f9b
1 changed files with 6 additions and 7 deletions
|
|
@ -244,7 +244,7 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "leave",
|
name: "leave",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "ไม่ได้เลื่อนเงินเดือน/ไม่ได้เลื่อนขั้น เนื่องจากลาเกิน",
|
label: "ไม่ได้เลื่อนเงินเดือน/ไม่ได้เลื่อนขั้น (เนื่องจากลาเกิน)",
|
||||||
sortable: false,
|
sortable: false,
|
||||||
field: "",
|
field: "",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
@ -253,8 +253,7 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "assessments",
|
name: "assessments",
|
||||||
align: "left",
|
align: "left",
|
||||||
label:
|
label: "ผลการประเมินการปฏิบัติราชการในรอบ 5 ปี",
|
||||||
"ผลการประเมินการปฏิบัติราชการในรอบ 5 ปี ต่ำกว่าระดับดี (น้อยกว่าร้อยละ 70)",
|
|
||||||
sortable: false,
|
sortable: false,
|
||||||
field: "",
|
field: "",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
@ -1096,7 +1095,6 @@ onMounted(async () => {
|
||||||
/>
|
/>
|
||||||
<q-th v-else auto-width></q-th>
|
<q-th v-else auto-width></q-th>
|
||||||
<q-th auto-width></q-th>
|
<q-th auto-width></q-th>
|
||||||
<q-th auto-width></q-th>
|
|
||||||
|
|
||||||
<q-th v-for="col in props.cols" :key="col.name" :props="props">
|
<q-th v-for="col in props.cols" :key="col.name" :props="props">
|
||||||
<span class="text-weight-medium">{{ col.label }}</span>
|
<span class="text-weight-medium">{{ col.label }}</span>
|
||||||
|
|
@ -1294,7 +1292,7 @@ onMounted(async () => {
|
||||||
flat
|
flat
|
||||||
dense
|
dense
|
||||||
icon="info"
|
icon="info"
|
||||||
color="red"
|
color="info"
|
||||||
@click.pervent="
|
@click.pervent="
|
||||||
onClickViewInfo(
|
onClickViewInfo(
|
||||||
'discipline',
|
'discipline',
|
||||||
|
|
@ -1311,7 +1309,7 @@ onMounted(async () => {
|
||||||
flat
|
flat
|
||||||
dense
|
dense
|
||||||
icon="info"
|
icon="info"
|
||||||
color="red"
|
color="info"
|
||||||
@click.pervent="
|
@click.pervent="
|
||||||
onClickViewInfo(
|
onClickViewInfo(
|
||||||
'leave',
|
'leave',
|
||||||
|
|
@ -1323,12 +1321,13 @@ onMounted(async () => {
|
||||||
</q-btn>
|
</q-btn>
|
||||||
</q-td>
|
</q-td>
|
||||||
<q-td key="assessments" class="text-center">
|
<q-td key="assessments" class="text-center">
|
||||||
|
<!-- ผลการประเมินการปฏิบัติราชการในรอบ 5 ปี ต่ำกว่าระดับดี (น้อยกว่าร้อยละ 70) -->
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="checkPermission($route)?.attrIsGet"
|
v-if="checkPermission($route)?.attrIsGet"
|
||||||
flat
|
flat
|
||||||
dense
|
dense
|
||||||
icon="info"
|
icon="info"
|
||||||
color="red"
|
color="info"
|
||||||
@click.pervent="
|
@click.pervent="
|
||||||
onClickViewInfo(
|
onClickViewInfo(
|
||||||
'assessments',
|
'assessments',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue