อัตรากำลังลูกจ้างประจำ ฯ => ปรับ form
This commit is contained in:
parent
04d92391ac
commit
f18e224db0
4 changed files with 16 additions and 8 deletions
|
|
@ -979,8 +979,10 @@ async function emitSearch(keyword: string, typeSelect: string) {
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
<q-separator />
|
<q-separator />
|
||||||
<q-card-actions align="right" class="bg-white text-teal">
|
<q-card-actions align="right">
|
||||||
<q-btn type="submit" :label="`บันทึก`" color="public" />
|
<q-btn type="submit" label="บันทึก" color="public"
|
||||||
|
><q-tooltip>บันทึก</q-tooltip></q-btn
|
||||||
|
>
|
||||||
</q-card-actions>
|
</q-card-actions>
|
||||||
</form>
|
</form>
|
||||||
</q-card>
|
</q-card>
|
||||||
|
|
|
||||||
|
|
@ -121,7 +121,7 @@ watch(
|
||||||
/>
|
/>
|
||||||
<q-separator />
|
<q-separator />
|
||||||
|
|
||||||
<q-card-section>
|
<q-card-section style="max-height: 70vh" class="scroll">
|
||||||
<q-table
|
<q-table
|
||||||
v-if="rows.length > 0"
|
v-if="rows.length > 0"
|
||||||
v-draggable-table="{
|
v-draggable-table="{
|
||||||
|
|
@ -152,7 +152,9 @@ watch(
|
||||||
:label="`บันทึก`"
|
:label="`บันทึก`"
|
||||||
color="public"
|
color="public"
|
||||||
@click="save"
|
@click="save"
|
||||||
/>
|
>
|
||||||
|
<q-tooltip>บันทึก</q-tooltip>
|
||||||
|
</q-btn>
|
||||||
</q-card-actions>
|
</q-card-actions>
|
||||||
</q-card>
|
</q-card>
|
||||||
</q-dialog>
|
</q-dialog>
|
||||||
|
|
|
||||||
|
|
@ -713,8 +713,10 @@ watch(
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
<q-separator />
|
<q-separator />
|
||||||
<q-card-actions align="right" class="bg-white text-teal">
|
<q-card-actions align="right">
|
||||||
<q-btn type="submit" :label="`บันทึก`" color="public" />
|
<q-btn type="submit" :label="`บันทึก`" color="public">
|
||||||
|
<q-tooltip>บันทึก</q-tooltip>
|
||||||
|
</q-btn>
|
||||||
</q-card-actions>
|
</q-card-actions>
|
||||||
</form>
|
</form>
|
||||||
</q-card>
|
</q-card>
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@ watch(
|
||||||
/>
|
/>
|
||||||
<q-separator />
|
<q-separator />
|
||||||
|
|
||||||
<q-card-section>
|
<q-card-section style="max-height: 70vh" class="scroll">
|
||||||
<q-table
|
<q-table
|
||||||
v-if="rows.length > 0"
|
v-if="rows.length > 0"
|
||||||
v-draggable-table="{
|
v-draggable-table="{
|
||||||
|
|
@ -150,7 +150,9 @@ watch(
|
||||||
:label="`บันทึก`"
|
:label="`บันทึก`"
|
||||||
color="public"
|
color="public"
|
||||||
@click="save"
|
@click="save"
|
||||||
/>
|
>
|
||||||
|
<q-tooltip>บันทึก</q-tooltip></q-btn
|
||||||
|
>
|
||||||
</q-card-actions>
|
</q-card-actions>
|
||||||
</q-card>
|
</q-card>
|
||||||
</q-dialog>
|
</q-dialog>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue