Admin Workflow - Admin UI to search and export data

This commit is contained in:
Dillon Ngo
2025-01-09 03:51:55 +08:00
parent 04b91f459e
commit fbcd9afe1b
3 changed files with 3 additions and 55 deletions
@@ -13,7 +13,7 @@
</div>
<div class="col-md-4">
<validation-wrapper-component selectable :validator="$v.filterQuestionGroup">
<label>Question Group</label>
<label>Question Groups</label>
<selectable-hard-coded-component section="questionGroupSelectable" :selectable-options="questionGroups" v-model="filterQuestionGroup"></selectable-hard-coded-component >
</validation-wrapper-component>
</div>
@@ -216,19 +216,6 @@
<template slot="label">
<div class="font-heading fs-11 all-caps">Photo or File</div>
</template>
<template slot="tips">
<div class="row" v-show="false">
<div class="col">
<div class="row m-b-20">
<div class="col">
<div class="font-heading fs-11 text-warning m-b-10">{{ documentType === 0 ? 'IC': 'SSM registration'}} number shown in the photo should tally with {{ documentType === 0 ? 'IC': 'SSM registration'}} number provided above.</div>
<div class="font-heading fs-11 muted">Tips on how your photo should look</div>
</div>
</div>
</div>
</div>
</template>
</file-input-component>
</div>
<div class="col">
@@ -239,19 +226,6 @@
<template slot="label">
<div class="font-heading fs-11 all-caps">Photo or File</div>
</template>
<template slot="tips">
<div class="row" v-show="false">
<div class="col">
<div class="row m-b-20">
<div class="col">
<div class="font-heading fs-11 text-warning m-b-10">{{ documentType === 0 ? 'IC': 'SSM registration'}} number shown in the photo should tally with {{ documentType === 0 ? 'IC': 'SSM registration'}} number provided above.</div>
<div class="font-heading fs-11 muted">Tips on how your photo should look</div>
</div>
</div>
</div>
</div>
</template>
</file-input-component>
</div>
</div>
@@ -274,19 +248,6 @@
<template slot="label">
<div class="font-heading fs-11 all-caps">Photo or File</div>
</template>
<template slot="tips">
<div class="row" v-show="false">
<div class="col">
<div class="row m-b-20">
<div class="col">
<div class="font-heading fs-11 text-warning m-b-10">{{ documentType === 0 ? 'IC': 'SSM registration'}} number shown in the photo should tally with {{ documentType === 0 ? 'IC': 'SSM registration'}} number provided above.</div>
<div class="font-heading fs-11 muted">Tips on how your photo should look</div>
</div>
</div>
</div>
</div>
</template>
</file-input-component>
</div>
</div>
@@ -304,19 +265,6 @@
<template slot="label">
<div class="font-heading fs-11 all-caps">Photo or File</div>
</template>
<template slot="tips">
<div class="row" v-show="false">
<div class="col">
<div class="row m-b-20">
<div class="col">
<div class="font-heading fs-11 text-warning m-b-10">{{ documentType === 0 ? 'IC': 'SSM registration'}} number shown in the photo should tally with {{ documentType === 0 ? 'IC': 'SSM registration'}} number provided above.</div>
<div class="font-heading fs-11 muted">Tips on how your photo should look</div>
</div>
</div>
</div>
</div>
</template>
</file-input-component>
</div>
</div>
@@ -36,12 +36,12 @@
</div>
<div class="row no-margin">
<div class="col bg-white padding-25">
<div class="row tabsContainer tabContent padding-25" tab-name="questionGroups">
<div class="row tabsContainer tabContent" tab-name="questionGroups" style="margin: 25px;">
<div class="col">
<question-answer-section-component section="qaQuestionGroupsSection"></question-answer-section-component>
</div>
</div>
<div class="row tabsContainer hide tabContent padding-25" tab-name="questions">
<div class="row tabsContainer hide tabContent" tab-name="questions" style="margin: 25px;">
<div class="col">
<question-answer-section-2-component section="qaQuestionsWithoutGroupSection"></question-answer-section-component>
</div>