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" />
|
||||
</span>
|
||||
</template>
|
||||
<!-- <template #more-create-dialog="{ data }">
|
||||
<VnInputNumber
|
||||
:label="t('invoiceIn.list.amount')"
|
||||
v-model="data.amount"
|
||||
required
|
||||
/>
|
||||
</template> -->
|
||||
</VnTable>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue