REST Service for POPCORN - ILIAS
alex
2025-06-05 bb72362fceb61b26ecdd2d34885d4ae662cd7fe9
vue/src/pages/UserDetail.vue
@@ -4,6 +4,7 @@
import {onMounted, reactive, ref} from "vue"
import {getUser, getUserTeilnahmen, iliasBase, routerBase} from "@/lib/api"
import LinkExtern from "../components/LinkExtern.vue"
import dayjs from "dayjs"
const route = useRoute()
const userId = route.params.userId
@@ -102,7 +103,7 @@
               <td>{{tn.title}}</td>
               <td>{{tn.passed}}</td>
               <td>{{tn.status}}</td>
               <td>{{tn.status_changed}}</td>
               <td>{{dayjs(tn.status_changed).format("DD.MM.YYYY HH:mm:ss")}}</td>
            </tr>
         </tbody>
      </table>