แก้คำผิด
This commit is contained in:
parent
6a4bb43c69
commit
0a5d0a81d5
1 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "posLevel",
|
||||
align: "left",
|
||||
label: "ระดับชั้นงาน",
|
||||
label: "ระดับตำแหน่ง",
|
||||
sortable: true,
|
||||
field: (v) => (v.posLevel ? v.posLevel.posLevelName : "-"),
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
@ -392,7 +392,7 @@ watch(
|
|||
|
||||
<q-item dense>
|
||||
<q-item-section>
|
||||
<q-item-label caption>ระดับชั้นงาน</q-item-label>
|
||||
<q-item-label caption>ระดับตำแหน่ง</q-item-label>
|
||||
</q-item-section>
|
||||
<q-item-section>
|
||||
<q-item-label caption class="text-black">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue