update workflow
This commit is contained in:
parent
7daa163b55
commit
f0061b18c2
4 changed files with 34 additions and 25 deletions
|
|
@ -38,28 +38,19 @@ const columns = ref<QTableProps["columns"]>([
|
|||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "position",
|
||||
name: "posExecutiveName",
|
||||
align: "left",
|
||||
label: "ตำแหน่งในสายงาน",
|
||||
label: "ตำแหน่งทางการบริหาร",
|
||||
sortable: true,
|
||||
field: "position",
|
||||
field: "posExecutiveName",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
// {
|
||||
// name: "posType",
|
||||
// align: "left",
|
||||
// label: "ประเภทตำแหน่ง",
|
||||
// sortable: true,
|
||||
// field: "posType",
|
||||
// headerStyle: "font-size: 14px",
|
||||
// style: "font-size: 14px",
|
||||
// },
|
||||
{
|
||||
name: "organization",
|
||||
name: "actFullName",
|
||||
align: "left",
|
||||
label: "สังกัด",
|
||||
field: "organization",
|
||||
label: "รักษาการ",
|
||||
field: "actFullName",
|
||||
sortable: true,
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
|
|
@ -218,7 +209,11 @@ watch(modal, (val) => {
|
|||
|
||||
<q-card-actions align="right">
|
||||
<q-btn
|
||||
label="ส่งไปยังผู้บังคับบัญชา/ผู้มีอำนาจ"
|
||||
:label="
|
||||
props.type === 'operate'
|
||||
? 'ส่งไปยังผู้บังคับบัญชา'
|
||||
: 'ส่งไปยังผู้มีอำนาจ'
|
||||
"
|
||||
color="public"
|
||||
type="submit"
|
||||
:disable="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue