ปรับ ui การสอบสวนความผิดทางวินัย
This commit is contained in:
parent
b00a946c64
commit
09d44c24d7
9 changed files with 306 additions and 301 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue