แก้ไขทะเบียนประวัติ ตำแหน่ง/เงินเดือน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-26 17:39:59 +07:00
parent 5fe741c35f
commit 3f9a677d9b
14 changed files with 539 additions and 74 deletions

View file

@ -191,7 +191,7 @@ const columns = ref<QTableColumn[]>([
label: "สังกัด",
sortable: true,
field: "employeeOc",
headerStyle: "font-size: 14px",
headerStyle: "font-size: 14px;min-width:280px",
style: "font-size: 14px",
sort: (a: string, b: string) =>
a
@ -401,7 +401,7 @@ onMounted(() => {
<div class="col-12 col-sm-12 col-md-5 text-grey-6 text-weight-medium">
<div>งก</div>
</div>
<div class="col-12 col-sm-12 col-md-7">
<div class="col-12 col-sm-12 col-md-7 text-html">
{{ dataEmployee.employeeOc ?? "-" }}
</div>
</div>

View file

@ -196,7 +196,7 @@ const baseColumns = ref<QTableColumn[]>([
label: "สังกัด",
sortable: true,
field: "organization",
headerStyle: "font-size: 14px;",
headerStyle: "font-size: 14px;min-width:280px",
style: "font-size: 14px",
format(val, row) {
@ -962,10 +962,7 @@ onMounted(async () => {
<q-tooltip v-if="col.value">ดูคำสั่ง</q-tooltip>
</div>
<div
v-else-if="col.name == 'organization'"
class="text-html"
>
<div v-else-if="col.name == 'organization'" class="text-html">
{{
props.row
? findOrgNameHtml({

View file

@ -201,7 +201,7 @@ const baseColumns = ref<QTableColumn[]>([
label: "สังกัด",
sortable: true,
field: "organization",
headerStyle: "font-size: 14px",
headerStyle: "font-size: 14px;min-width:280px",
style: "font-size: 14px",
format(val, row) {
return findOrgName({