fix(FE) : fix edit delete in antrean spesialis and category

This commit is contained in:
Yusron alamsyah
2026-02-19 09:09:11 +07:00
parent 6ec4a9758c
commit fa7b6d2be3
5 changed files with 360 additions and 44 deletions
+2 -2
View File
@@ -78,7 +78,7 @@ watch(itemsPerPageLocal, (newVal) => {
<template>
<div class="table-container">
<div class="table-wrapper" :class="{ 'loading-overlay-wrapper': loading }">
<div class="" :class="{ 'loading-overlay-wrapper': loading }">
<!-- Loading Overlay -->
<div v-if="loading" class="loading-overlay">
<v-progress-circular
@@ -99,7 +99,7 @@ watch(itemsPerPageLocal, (newVal) => {
v-model:items-per-page="itemsPerPageLocal"
:search="serverSide ? undefined : search"
:loading="loading"
class="elevation-1"
elevation="0"
item-value="id"
hide-default-footer
striped="even"