fix(discipline): refCommandNo

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-06-05 16:43:05 +07:00
parent a6681875e9
commit 301ace0659

View file

@ -637,7 +637,7 @@ onMounted(() => {
:class="props.row.isEntry ? 'text-grey' : ''"
>
<div
v-if="col.name == 'refCommandId' && props.row.refCommandId"
v-if="col.name == 'refCommandNo' && props.row.refCommandId"
@click="col.value ? openViewCommand(props.row) : null"
:class="
col.value