From 6bc5f6e509fb73ecdb43f335dddece861a08cf56 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Fri, 27 Dec 2024 15:31:57 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=A5=E0=B8=B3?= =?UTF-8?q?=E0=B8=94=E0=B8=B1=E0=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/probation/FormAppoint/FormAppoint.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/modules/05_placement/components/probation/FormAppoint/FormAppoint.vue b/src/modules/05_placement/components/probation/FormAppoint/FormAppoint.vue index 538682ffe..9f52fe786 100644 --- a/src/modules/05_placement/components/probation/FormAppoint/FormAppoint.vue +++ b/src/modules/05_placement/components/probation/FormAppoint/FormAppoint.vue @@ -594,11 +594,7 @@ onMounted(async () => { :props="props" >
- {{ - (pagination.page - 1) * pagination.rowsPerPage + - props.rowIndex + - 1 - }} + {{ props.rowIndex + 1 }}
{{ props.row.role ? convertText(props.row.role) : "-" }}