fix(development):fix width columns org

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-10-08 14:03:02 +07:00
parent fb3902edce
commit 5978f93911

View file

@ -340,7 +340,11 @@ onMounted(() => {
</q-icon>
</div>
<div v-else-if="col.name === 'org'" class="table_ellipsis">
<div
v-else-if="col.name === 'org'"
class="text-html"
style="min-width: 200px"
>
{{ col.value ? col.value : "-" }}
</div>
<div v-else>