Merge branch 'develop' into devTee
This commit is contained in:
commit
a9484ca76c
1 changed files with 7 additions and 10 deletions
|
|
@ -82,15 +82,13 @@ const baseColumns = ref<QTableColumn[]>([
|
||||||
field: "posNumCodeSit",
|
field: "posNumCodeSit",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
},
|
format(val, row) {
|
||||||
{
|
return row.posNumCodeSitAbb && row.posNumCodeSit
|
||||||
name: "posNumCodeSitAbb",
|
? `${row.posNumCodeSit} (${row.posNumCodeSitAbb})`
|
||||||
align: "left",
|
: row.posNumCodeSit
|
||||||
label: "ตัวย่อหน่วยงานที่ออกคำสั่ง",
|
? row.posNumCodeSit
|
||||||
sortable: false,
|
: "-";
|
||||||
field: "posNumCodeSitAbb",
|
},
|
||||||
headerStyle: "font-size: 14px",
|
|
||||||
style: "font-size: 14px",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "posNo",
|
name: "posNo",
|
||||||
|
|
@ -250,7 +248,6 @@ const visibleColumns = ref<string[]>([
|
||||||
"no",
|
"no",
|
||||||
"commandDateAffect",
|
"commandDateAffect",
|
||||||
"posNumCodeSit",
|
"posNumCodeSit",
|
||||||
"posNumCodeSitAbb",
|
|
||||||
"posNo",
|
"posNo",
|
||||||
"positionName",
|
"positionName",
|
||||||
"positionType",
|
"positionType",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue