แก้ไข pdf
This commit is contained in:
parent
dc5ea784a3
commit
17782c32b8
4 changed files with 41 additions and 32 deletions
|
|
@ -370,12 +370,8 @@
|
|||
</div>
|
||||
<q-separator />
|
||||
<div class="flex justify-end q-pa-sm q-gutter-sm">
|
||||
<q-btn
|
||||
unelevated
|
||||
label="บันทึก"
|
||||
color="public"
|
||||
@click="next"
|
||||
><!-- icon="mdi-content-save-outline"
|
||||
<q-btn unelevated label="บันทึก" color="public" @click="next"
|
||||
><!-- icon="mdi-content-save-outline"
|
||||
<q-tooltip>บันทึก</q-tooltip> -->
|
||||
</q-btn>
|
||||
<!-- <q-btn flat round color="primary" icon="chevron_left" @click="previous">
|
||||
|
|
@ -389,7 +385,7 @@
|
|||
</template>
|
||||
<script setup lang="ts">
|
||||
import { ref } from "vue";
|
||||
import type { DataOption } from "@/modules/05_placement/interface/index/Main.ts";
|
||||
import type { DataOption } from "@/modules/05_placement/interface/index/Main";
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
import type { QForm } from "quasar";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue