expanded tree
This commit is contained in:
parent
ad26c94921
commit
701355ed57
2 changed files with 173 additions and 157 deletions
|
|
@ -195,9 +195,9 @@ const convertContainStatus = (val: string) => {
|
|||
};
|
||||
const convertDraft = (val: boolean) => {
|
||||
switch (val) {
|
||||
case true:
|
||||
return "รอส่งตัว";
|
||||
case false:
|
||||
return "รอส่งตัว";
|
||||
case true:
|
||||
return "ส่งตัวแล้ว";
|
||||
default:
|
||||
return "-";
|
||||
|
|
@ -893,7 +893,6 @@ const paginationLabel = (start: number, end: number, total: number) => {
|
|||
<q-dialog v-model="modaladdlist">
|
||||
<q-card style="width: 900px; max-width: 80vw">
|
||||
<q-card-section>
|
||||
|
||||
<q-toolbar class="q-py-md">
|
||||
<q-toolbar-title class="header-text text-weight-bolder"
|
||||
>ส่งรายชื่อไปยังหน่วยงาน
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue