mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-27 16:34:00 +00:00
Admin Workflow - Admin UI to search and export data
This commit is contained in:
+1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user