|
@@ -10,7 +10,7 @@
|
|
<div class="pt-2px pr-3px">
|
|
<div class="pt-2px pr-3px">
|
|
<BasicForm @register="registerForm">
|
|
<BasicForm @register="registerForm">
|
|
<template #text="{ model, field }">
|
|
<template #text="{ model, field }">
|
|
- {{ model[field] }}{{fileFlow.type}}
|
|
|
|
|
|
+ {{ model[field] }}
|
|
</template>
|
|
</template>
|
|
<template #img="{ model }">
|
|
<template #img="{ model }">
|
|
<TableImg v-if="model.invoiceUrl" :size="200" :adaptations="true" :simpleShow="true" :imgList="[model.invoiceUrl]" />
|
|
<TableImg v-if="model.invoiceUrl" :size="200" :adaptations="true" :simpleShow="true" :imgList="[model.invoiceUrl]" />
|