fix(discipline): refCommandNo
This commit is contained in:
parent
a6681875e9
commit
301ace0659
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue