ปรับ 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

@ -57,11 +57,9 @@
</q-select>
</div>
</div>
<q-table
<d-table
ref="table"
flat
bordered
class="custom-header-table"
v-bind="attrs"
virtual-scroll
:virtual-scroll-sticky-size-start="48"
@ -92,7 +90,7 @@
direction-links
></q-pagination>
</template>
</q-table>
</d-table>
</template>
<script setup lang="ts">
import { ref, useAttrs } from "vue";