เพิ่ม component process ของเงินเดือน
This commit is contained in:
parent
6cfee6bab6
commit
274d36f20c
2 changed files with 15 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
||||||
|
<script setup lang="ts">
|
||||||
|
import { ref } from "vue";
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="q-pa-md">process</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style lang="scss" scoped></style>
|
||||||
|
|
@ -3,6 +3,7 @@ import { onMounted, ref, computed, nextTick } from "vue";
|
||||||
import { useQuasar } from "quasar";
|
import { useQuasar } from "quasar";
|
||||||
import config from "@/app.config";
|
import config from "@/app.config";
|
||||||
import http from "@/plugins/http";
|
import http from "@/plugins/http";
|
||||||
|
import ProcessStep from "@/modules/13_salary/components/SalaryLists/ProcessStep.vue";
|
||||||
|
|
||||||
/** importType*/
|
/** importType*/
|
||||||
import type {
|
import type {
|
||||||
|
|
@ -386,6 +387,11 @@ onMounted(async () => {
|
||||||
</div>
|
</div>
|
||||||
</q-card>
|
</q-card>
|
||||||
</q-card>
|
</q-card>
|
||||||
|
|
||||||
|
<q-card flat bordered class="row col-12 q-mt-xs">
|
||||||
|
<ProcessStep />
|
||||||
|
</q-card>
|
||||||
|
|
||||||
<!-- </q-card> -->
|
<!-- </q-card> -->
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue