Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2024-03-07 13:32:19 +07:00
commit ed15f2edde
5 changed files with 78 additions and 76 deletions

View file

@ -3,6 +3,7 @@ import { onMounted, ref, computed, nextTick } from "vue";
import { useQuasar } from "quasar";
import config from "@/app.config";
import http from "@/plugins/http";
import ProcessStep from "@/modules/13_salary/components/SalaryLists/ProcessStep.vue";
/** importType*/
import type {
@ -386,6 +387,11 @@ onMounted(async () => {
</div>
</q-card>
</q-card>
<q-card flat bordered class="row col-12 q-mt-xs">
<ProcessStep />
</q-card>
<!-- </q-card> -->
</template>