ปรับ ui การสอบสวนความผิดทางวินัย

This commit is contained in:
AnandaTon 2023-10-18 16:02:45 +07:00
parent b00a946c64
commit 09d44c24d7
9 changed files with 306 additions and 301 deletions

View file

@ -3,6 +3,7 @@ import router from "@/router";
import { onMounted, ref, watch } from "vue";
import { useCounterMixin } from "@/stores/mixin";
import { useInvestigateFactStore } from "@/modules/11_discipline/stroes/InvestigateFactStore";
import type { directorType } from "@/modules/11_discipline/interface/index/Main";
const investigateFactStore = useInvestigateFactStore();
const { filterFnOptionsType } = investigateFactStore;
const mixin = useCounterMixin();
@ -15,6 +16,7 @@ const {
success,
} = mixin;
const complaint = ref<string>("");
const selected = ref<directorType[]>([]);
const complaintdetail = ref<string>("");
const detail = ref<string>("");
const fault = ref<string>("");
@ -28,7 +30,6 @@ const dateEnd = ref<Date>();
const investigation = ref<string>("");
const daysExtend = ref<string>("");
</script>
<template>
<div class="toptitle text-dark col-12 row items-center">