updated placement appoint

This commit is contained in:
Warunee Tamkoo 2024-10-25 17:20:52 +07:00
parent 4e1a8aa39e
commit 6da1827526
3 changed files with 35 additions and 48 deletions

View file

@ -13,8 +13,9 @@ const paging = ref<boolean>(true);
const table = ref<any>(null);
const filterRef = ref<any>(null);
const bmaOfficer = ref<string>('')
const bmaOfficer = ref<string>("");
const bmaOfficerOption = ref<optionData[]>([
{ id: "", name: "ทั้งหมด" },
{ id: "OFFICER", name: "ขรก.กทม. สามัญ" },
{ id: "EXTERNAL", name: "บุคคลภายนอก" },
]);
@ -188,18 +189,17 @@ function onUpdateNewRows() {
map-options
option-value="id"
option-label="name"
label="สถาภาพ"
label="สถาภาพ"
style="width: 200px"
@update:model-value="onUpdateNewRows"
>
</q-select>
<q-btn
v-if="roleAdmin === false"
@click="openModalOrder()"
flat
round
color="add"
icon="mdi-account-arrow-right"
@click="openModalOrder()"
>
<q-tooltip>งไปออกคำส</q-tooltip>
</q-btn>
@ -220,7 +220,6 @@ function onUpdateNewRows() {
<div class="items-center" style="display: flex">
<q-toggle
v-if="roleAdmin === false"
class="col-xs-12 col-sm-5 col-md-5 toggle-expired-account"
:model-value="containStatus"
color="blue"