kpi แก้ชื่อฟิล
This commit is contained in:
parent
cddd19efc2
commit
8da2bcc2a3
5 changed files with 5 additions and 5 deletions
|
|
@ -121,7 +121,7 @@ const columnsRespondent = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "positionType",
|
name: "positionType",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "ประเภทตำแหน่ง",
|
label: "ตำแหน่งประเภท",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "positionType",
|
field: "positionType",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "posMasterNoOld",
|
name: "posMasterNoOld",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "ตำแหน่งเลขที่",
|
label: "เลขที่ตำแหน่ง",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "posMasterNoOld",
|
field: "posMasterNoOld",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
|
||||||
|
|
@ -469,7 +469,7 @@ onMounted(async () => {
|
||||||
</div>
|
</div>
|
||||||
<div class="col-2">
|
<div class="col-2">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<span class="text-grey-6">ประเภทตำแหน่ง</span>
|
<span class="text-grey-6">ตำแหน่งประเภท</span>
|
||||||
<span class="text-weight-medium text-dark">{{
|
<span class="text-weight-medium text-dark">{{
|
||||||
store.dataEvaluation.posTypeName
|
store.dataEvaluation.posTypeName
|
||||||
}}</span>
|
}}</span>
|
||||||
|
|
|
||||||
|
|
@ -279,7 +279,7 @@ onMounted(async () => {
|
||||||
<div class="col-10 column justify-center no-wrap">
|
<div class="col-10 column justify-center no-wrap">
|
||||||
<div class="row text-grey-6">
|
<div class="row text-grey-6">
|
||||||
<div class="col-4">ตำแหน่งในสายงาน</div>
|
<div class="col-4">ตำแหน่งในสายงาน</div>
|
||||||
<div class="col-4">ประเภทตำแหน่ง</div>
|
<div class="col-4">ตำแหน่งประเภท</div>
|
||||||
<div class="col-4">สังกัด</div>
|
<div class="col-4">สังกัด</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
|
||||||
|
|
@ -370,7 +370,7 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "posNo",
|
name: "posNo",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "ตำแหน่งเลขที่",
|
label: "เลขที่ตำแหน่ง",
|
||||||
sortable: false,
|
sortable: false,
|
||||||
field: "posNo",
|
field: "posNo",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue