refactor: refs #8930 remove unused template for create dialog in InvoiceInVehicle component
This commit is contained in:
parent
eb8e0d1334
commit
0c04c06024
|
@ -103,12 +103,5 @@ async function unassignVehicle(id) {
|
||||||
<VehicleDescriptorProxy :id="row?.vehicleFk" />
|
<VehicleDescriptorProxy :id="row?.vehicleFk" />
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<!-- <template #more-create-dialog="{ data }">
|
|
||||||
<VnInputNumber
|
|
||||||
:label="t('invoiceIn.list.amount')"
|
|
||||||
v-model="data.amount"
|
|
||||||
required
|
|
||||||
/>
|
|
||||||
</template> -->
|
|
||||||
</VnTable>
|
</VnTable>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue