Admin Workflow - Admin UI to search and export data

This commit is contained in:
Dillon Ngo
2025-01-09 03:19:56 +08:00
parent 03e044e906
commit 04b91f459e
@@ -66,6 +66,7 @@
<div class="col-1">Created Date</div>
</div>
</div>
<loading-component style="height: 200px; top: 0;" key="1" color="success" v-show="questionGroups.length === 0"></loading-component>
<list-component style="min-height: 600px;" :key="currentKey" :section="section + 'ListQuestionGroups'" :endpoint="route('api.questionnaires.qa.list')" :options="options" v-if="questionGroups.length > 0">
<template slot="list" slot-scope="{data}">
<question-answer-component :key="data.id" :data="data"></question-answer-component>