สิทธ์ ออกคำสั่งลงโทษทางวินัย
This commit is contained in:
parent
37f0ecbc1e
commit
a7bd09d0f1
12 changed files with 240 additions and 83 deletions
|
|
@ -462,7 +462,6 @@ onMounted(() => {
|
|||
ผู้ยื่นอุทธรณ์/ร้องทุกข์
|
||||
<q-btn
|
||||
v-if="!isReadonly"
|
||||
size="12px"
|
||||
flat
|
||||
round
|
||||
dense
|
||||
|
|
@ -697,7 +696,6 @@ onMounted(() => {
|
|||
<q-item-section>{{ data.fileName }}</q-item-section>
|
||||
<q-space />
|
||||
<q-btn
|
||||
size="12px"
|
||||
flat
|
||||
round
|
||||
dense
|
||||
|
|
@ -708,13 +706,12 @@ onMounted(() => {
|
|||
>
|
||||
<q-btn
|
||||
v-if="!checkRoutePermission"
|
||||
size="12px"
|
||||
flat
|
||||
round
|
||||
dense
|
||||
color="red"
|
||||
class="q-ml-sm"
|
||||
icon="mdi-delete-outline"
|
||||
icon="mdi-delete"
|
||||
@click="deleteFile(data.id)"
|
||||
><q-tooltip>ลบไฟล์</q-tooltip></q-btn
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue