UI ประเมินเชี่ยวชาญ
This commit is contained in:
parent
5e5eab0398
commit
08e5d2b1e1
3 changed files with 280 additions and 1 deletions
|
|
@ -48,6 +48,10 @@ function onclickAddEvaluate(data: ListMenu) {
|
|||
menu.value = data;
|
||||
}
|
||||
|
||||
function openExpert(){
|
||||
router.push('/evaluate/expert')
|
||||
}
|
||||
|
||||
/** ตัวแปร Paging*/
|
||||
const page = ref<number>(1);
|
||||
const pageSize = ref<number>(25);
|
||||
|
|
@ -192,6 +196,10 @@ watch(
|
|||
<q-item-section>{{ item.label }}</q-item-section>
|
||||
<q-tooltip>{{ item.label }}</q-tooltip>
|
||||
</q-item>
|
||||
<q-item clickable v-close-popup @click.stop="openExpert">
|
||||
<q-item-section>ประเมินเชี่ยวชาญ</q-item-section>
|
||||
<q-tooltip>ประเมินเชี่ยวชาญ</q-tooltip>
|
||||
</q-item>
|
||||
</q-list>
|
||||
</q-menu>
|
||||
<q-tooltip>เพิ่มการประเมินบุคคล</q-tooltip>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue