API User Popup สมรรถนะในหน้าฟอร์มแบบประเมิน & อัปโหลดไฟล์
This commit is contained in:
parent
95ac852446
commit
035a93c9f0
5 changed files with 364 additions and 72 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue