ปรับ layout และชื่อไฟล์ KPI
This commit is contained in:
parent
dd76936d92
commit
e1619148c6
3 changed files with 20 additions and 13 deletions
|
|
@ -3,7 +3,7 @@ import { ref, onMounted, reactive } from "vue";
|
|||
import { useRoute, useRouter } from "vue-router";
|
||||
import http from "@/plugins/http";
|
||||
import config from "@/app.config";
|
||||
import TabMain from "@/modules/08_KPI/views/TabMain.vue";
|
||||
import TabMain from "@/modules/08_KPI/components/Tab/TabMain.vue";
|
||||
import { useQuasar } from "quasar";
|
||||
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
|
|
@ -115,9 +115,9 @@ onMounted(() => {
|
|||
/>
|
||||
{{ id ? `แก้ไขแบบประเมิน` : `เพิ่มแบบประเมิน` }}
|
||||
<q-space />
|
||||
<q-btn label="บันทึก" color="secondary" unelevated @click="onSave"
|
||||
<!-- <q-btn label="บันทึก" color="secondary" unelevated @click="onSave"
|
||||
><q-tooltip>บันทึก</q-tooltip></q-btn
|
||||
>
|
||||
> -->
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<q-card bordered flat class="relative-position">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue