fix bug run build
This commit is contained in:
parent
0a74df75bc
commit
96e1931e10
4 changed files with 8 additions and 3 deletions
|
|
@ -12,6 +12,7 @@ const positionEmployeeLevel = `${env.API_URI}/metadata/position-employee-level/`
|
||||||
const positionEmployeeStatus = `${env.API_URI}/metadata/position-employee-status/`;
|
const positionEmployeeStatus = `${env.API_URI}/metadata/position-employee-status/`;
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
positionEmployeeStatus: `${positionEmployeeStatus}`,
|
||||||
positionEmployee: `${positionEmployee}positionEmployee`,
|
positionEmployee: `${positionEmployee}positionEmployee`,
|
||||||
/**
|
/**
|
||||||
* api ตำแหน่ง
|
* api ตำแหน่ง
|
||||||
|
|
|
||||||
|
|
@ -839,10 +839,11 @@ s borderless
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { useRouter } from "vue-router";
|
import { useRouter } from "vue-router";
|
||||||
const router = useRouter();
|
|
||||||
import { ref } from "vue";
|
import { ref } from "vue";
|
||||||
import { useCounterMixin } from "@/stores/mixin";
|
import { useCounterMixin } from "@/stores/mixin";
|
||||||
import type { QForm } from "quasar";
|
// import type { QForm } from "quasar";
|
||||||
|
|
||||||
|
const router = useRouter();
|
||||||
|
|
||||||
const mixin = useCounterMixin();
|
const mixin = useCounterMixin();
|
||||||
const { date2Thai } = mixin;
|
const { date2Thai } = mixin;
|
||||||
|
|
|
||||||
|
|
@ -910,6 +910,8 @@ const radio_2 = ref<any>(null);
|
||||||
const radio_3 = ref<any>(null);
|
const radio_3 = ref<any>(null);
|
||||||
const radio_4 = ref<any>(null);
|
const radio_4 = ref<any>(null);
|
||||||
const option = ref<any>(["นาย ภูริณัฐ บุญขาว", "นาย พงศกร วรารักษ์"]);
|
const option = ref<any>(["นาย ภูริณัฐ บุญขาว", "นาย พงศกร วรารักษ์"]);
|
||||||
|
const text2_1 = ref<string>('');
|
||||||
|
const text2_2 = ref<string>('');
|
||||||
|
|
||||||
const onSubmit = () => {
|
const onSubmit = () => {
|
||||||
$q.notify({
|
$q.notify({
|
||||||
|
|
|
||||||
|
|
@ -127,7 +127,7 @@
|
||||||
<q-item-section>กำหนดตำแหน่ง</q-item-section>
|
<q-item-section>กำหนดตำแหน่ง</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
<q-separator />
|
<q-separator />
|
||||||
<q-item clickable v-close-popup @click="clickDelete">
|
<q-item clickable v-close-popup @click="clickDelete('test')">
|
||||||
<q-item-section
|
<q-item-section
|
||||||
style="min-width: 0px"
|
style="min-width: 0px"
|
||||||
avatar
|
avatar
|
||||||
|
|
@ -168,6 +168,7 @@ import type { QInput, QForm, QTableProps } from "quasar";
|
||||||
import { useRouter } from "vue-router";
|
import { useRouter } from "vue-router";
|
||||||
import http from "@/plugins/http";
|
import http from "@/plugins/http";
|
||||||
import config from "@/app.config";
|
import config from "@/app.config";
|
||||||
|
import type { treeTab } from "@/modules/05_placement/interface/index/Main";
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
next: {
|
next: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue