- add categories: skills and subskills.

This commit is contained in:
paoloar77
2022-02-10 19:43:42 +01:00
parent e2875e2400
commit 5f767400b7
8 changed files with 224 additions and 117 deletions

View File

@@ -1,6 +1,17 @@
<template>
<div class="bi-border-all">
<div class="q-ma-xs q-gutter-xs q-pa-xs">
<div v-if="true" class="q-mr-sm">
<q-input
v-model="search" filled dense type="search" debounce="500" :hint="t('finder.search_skill')"
v-on:keyup.enter="doSearch">
<template v-slot:after>
<q-btn dense label="" color="primary" @click="doSearch" icon="search"></q-btn>
</template>
</q-input>
</div>
<CGridTableRec
v-if="searchList.length > 0"
prop_mytable="myskills"