แก้ไขคำ
This commit is contained in:
parent
b4b5cc9797
commit
b6de9f331e
3 changed files with 18 additions and 20 deletions
|
|
@ -152,8 +152,8 @@ const itemMenu = ref<ItemsMenu[]>([
|
|||
]);
|
||||
|
||||
const employeeClassMain = ref<DataOption[]>([
|
||||
{ id: "officer", name: "ข้าราชการกรุงเทพมหานครสามัญ" },
|
||||
{ id: "employee", name: "ลูกจ้างประจำกรุงเทพมหานคร" },
|
||||
{ id: "officer", name: "ข้าราชการ กทม.สามัญ" },
|
||||
{ id: "employee", name: "ลูกจ้างประจำ" },
|
||||
]);
|
||||
|
||||
const employeeClassOption = ref<DataOption[]>(employeeClassMain.value);
|
||||
|
|
|
|||
|
|
@ -310,23 +310,9 @@ onMounted(async () => {
|
|||
<div class="col-12"><q-separator /></div>
|
||||
<q-card-section>
|
||||
<div class="row col-12 q-col-md">
|
||||
<div class="col-2">
|
||||
<q-btn
|
||||
v-if="orgId"
|
||||
flat
|
||||
dense
|
||||
color="primary"
|
||||
icon="add"
|
||||
round
|
||||
@click="modalAdd = true"
|
||||
>
|
||||
<q-tooltip>เพิ่มข้อมูล</q-tooltip>
|
||||
</q-btn>
|
||||
</div>
|
||||
|
||||
<div class="col-md-10">
|
||||
<div class="row col-12 q-col-gutter-sm">
|
||||
<div class="col-md-4">
|
||||
<div class="col-md-3">
|
||||
<q-select
|
||||
outlined
|
||||
dense
|
||||
|
|
@ -339,7 +325,7 @@ onMounted(async () => {
|
|||
option-value="id"
|
||||
/>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-5">
|
||||
<q-input
|
||||
v-model="qureyBody.searchKeyword"
|
||||
outlined
|
||||
|
|
@ -358,7 +344,7 @@ onMounted(async () => {
|
|||
</template>
|
||||
</q-input>
|
||||
</div>
|
||||
<div class="row col-md-2">
|
||||
<div>
|
||||
<q-btn
|
||||
color="primary"
|
||||
icon="search"
|
||||
|
|
@ -372,6 +358,18 @@ onMounted(async () => {
|
|||
</div>
|
||||
|
||||
<div class="row col-12 q-mt-sm">
|
||||
<q-btn
|
||||
v-if="orgId"
|
||||
flat
|
||||
dense
|
||||
color="primary"
|
||||
icon="add"
|
||||
round
|
||||
@click="modalAdd = true"
|
||||
>
|
||||
<q-tooltip>เพิ่มข้อมูล</q-tooltip>
|
||||
</q-btn>
|
||||
|
||||
<q-space />
|
||||
<q-select
|
||||
v-model="visibleColumns"
|
||||
|
|
|
|||
|
|
@ -314,7 +314,7 @@ onMounted(async () => {
|
|||
dense
|
||||
@click="onDialogEdit(item)"
|
||||
/>
|
||||
<q-tooltip>แก้ไข</q-tooltip>
|
||||
<q-tooltip>แก้ไขข้อมูล</q-tooltip>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
</q-list>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue