9 lines
166 B
Vue
9 lines
166 B
Vue
|
|
<script setup lang="ts"></script>
|
||
|
|
|
||
|
|
<template>
|
||
|
|
<div>
|
||
|
|
<h1>สอบสวนความผิดวินัย</h1>
|
||
|
|
</div>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<style scoped></style>
|