This commit is contained in:
parent
67a69b85e0
commit
37c9f5fcd5
1 changed files with 5 additions and 2 deletions
|
|
@ -311,7 +311,11 @@ function closeAble() {
|
||||||
border-bottom: 2px solid var(--main);
|
border-bottom: 2px solid var(--main);
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
{{ $t('taskOrder.goodReceipt') }}
|
{{
|
||||||
|
viewType === 'docReceive'
|
||||||
|
? $t('taskOrder.goodReceipt')
|
||||||
|
: $t('preview.taskOrder')
|
||||||
|
}}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<table ref="elements" class="q-mb-sm" cellpadding="0" style="width: 100%">
|
<table ref="elements" class="q-mb-sm" cellpadding="0" style="width: 100%">
|
||||||
|
|
@ -346,7 +350,6 @@ function closeAble() {
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table
|
<table
|
||||||
style="width: 40%; margin-left: auto"
|
style="width: 40%; margin-left: auto"
|
||||||
class="q-mb-md"
|
class="q-mb-md"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue