remove v-if
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
2693f259d4
commit
ca06140a8d
|
@ -442,15 +442,12 @@ const cleanDragAndDropData = () => {
|
||||||
entryRowIndex === index && props.rowIndex === draggedRowIndex,
|
entryRowIndex === index && props.rowIndex === draggedRowIndex,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<template v-if="entry">
|
|
||||||
<QTd class="row justify-center">
|
<QTd class="row justify-center">
|
||||||
<QBtn flat color="primary">{{ entry.id }} </QBtn>
|
<QBtn flat color="primary">{{ entry.id }} </QBtn>
|
||||||
<EntryDescriptorProxy :id="entry.id" />
|
<EntryDescriptorProxy :id="entry.id" />
|
||||||
</QTd>
|
</QTd>
|
||||||
<QTd>
|
<QTd>
|
||||||
<QBtn flat color="primary" dense>{{
|
<QBtn flat color="primary" dense>{{ entry.supplierName }}</QBtn>
|
||||||
entry.supplierName
|
|
||||||
}}</QBtn>
|
|
||||||
<SupplierDescriptorProxy :id="entry.supplierFk" />
|
<SupplierDescriptorProxy :id="entry.supplierFk" />
|
||||||
</QTd>
|
</QTd>
|
||||||
<QTd></QTd>
|
<QTd></QTd>
|
||||||
|
@ -474,7 +471,6 @@ const cleanDragAndDropData = () => {
|
||||||
<QTd></QTd>
|
<QTd></QTd>
|
||||||
<QTd></QTd>
|
<QTd></QTd>
|
||||||
<QTd></QTd>
|
<QTd></QTd>
|
||||||
</template>
|
|
||||||
</QTr>
|
</QTr>
|
||||||
</template>
|
</template>
|
||||||
</QTable>
|
</QTable>
|
||||||
|
|
Loading…
Reference in New Issue