API User Popup สมรรถนะในหน้าฟอร์มแบบประเมิน & อัปโหลดไฟล์

This commit is contained in:
STW_TTTY\stwtt 2024-04-22 15:46:21 +07:00
parent 95ac852446
commit 035a93c9f0
5 changed files with 364 additions and 72 deletions

View file

@ -15,6 +15,7 @@ const filterKeyword = ref<string>("");
const modal = ref<boolean>(false);
const modalAssigned = ref<boolean>(false);
const competencyType = ref<string>('HEAD')
const visibleColumns = ref<string[]>([
"capacity",
"level",
@ -142,7 +143,7 @@ function onAdd() {
</q-card-section>
</q-card>
<Dialog v-model:modal="modal" :numpage="numpage"/>
<Dialog v-model:modal="modal" :numpage="numpage" v-model:competency-type="competencyType"/>
</template>
<style scoped>
.custom-table2 {