updated placement appoint
This commit is contained in:
parent
4e1a8aa39e
commit
6da1827526
3 changed files with 35 additions and 48 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue