เพิ่ม tooltip
This commit is contained in:
parent
3ace896cce
commit
80aefbbe2d
2 changed files with 4 additions and 2 deletions
|
|
@ -267,7 +267,9 @@ const visibleColumns = ref<string[]>([
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="col.name === 'isPosition'">
|
<div v-else-if="col.name === 'isPosition'">
|
||||||
<div v-if="col.value">
|
<div v-if="col.value">
|
||||||
<q-icon name="done" color="primary" size="24px" />
|
<q-icon name="done" color="primary" size="24px">
|
||||||
|
<q-tooltip>ตรงตามตำแหน่ง </q-tooltip>
|
||||||
|
</q-icon>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -109,9 +109,9 @@ async function fetchDataTree(id: string) {
|
||||||
function updateSelected(data: TreeMain) {
|
function updateSelected(data: TreeMain) {
|
||||||
nodeId.value = data.orgTreeId ? data.orgTreeId : "";
|
nodeId.value = data.orgTreeId ? data.orgTreeId : "";
|
||||||
nodeLevel.value = data.orgLevel;
|
nodeLevel.value = data.orgLevel;
|
||||||
fetchDataTable(data.orgTreeId, data.orgLevel);
|
|
||||||
selectedPos.value = [];
|
selectedPos.value = [];
|
||||||
datePos.value = new Date();
|
datePos.value = new Date();
|
||||||
|
fetchDataTable(data.orgTreeId, data.orgLevel);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue