add field posNo workflow popup person
This commit is contained in:
parent
e3abae0a5e
commit
bcad2fd6c3
1 changed files with 9 additions and 0 deletions
|
|
@ -36,6 +36,15 @@ const rejectName = computed(() =>
|
|||
const selected = ref<DataCommander[]>([]);
|
||||
const rows = ref<DataCommander[]>([]);
|
||||
const columns = ref<QTableProps["columns"]>([
|
||||
{
|
||||
name: "posNo",
|
||||
align: "left",
|
||||
label: "เลขที่ตำแหน่ง",
|
||||
sortable: true,
|
||||
field: "posNo",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "fullName",
|
||||
align: "left",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue