This commit is contained in:
parent
f2006663b7
commit
b36cdbf721
|
@ -72,7 +72,7 @@ async function confirm() {
|
||||||
<QSpace />
|
<QSpace />
|
||||||
<QBtn icon="close" :disable="isLoading" flat round dense v-close-popup />
|
<QBtn icon="close" :disable="isLoading" flat round dense v-close-popup />
|
||||||
</QCardSection>
|
</QCardSection>
|
||||||
<QCardSection class="row items-center">
|
<QCardSection class="row justify-center items-center">
|
||||||
<span id="spanHTML" v-html="message"></span>
|
<span id="spanHTML" v-html="message"></span>
|
||||||
</QCardSection>
|
</QCardSection>
|
||||||
<QCardActions align="right">
|
<QCardActions align="right">
|
||||||
|
|
|
@ -142,7 +142,7 @@ async function regularizeClaim() {
|
||||||
componentProps: {
|
componentProps: {
|
||||||
title: t('confirmGreuges'),
|
title: t('confirmGreuges'),
|
||||||
message: `
|
message: `
|
||||||
<input class="q-field__native q-m-md" type="number" placeholder="1" id="multiplicatorValue" name="multiplicatorValue" min="0" max="50"/>
|
<input class="q-field__native text-grey-2" type="number" placeholder="1" id="multiplicatorValue" name="multiplicatorValue" min="0" max="50"/>
|
||||||
`,
|
`,
|
||||||
data: { inputId: 'multiplicatorValue' },
|
data: { inputId: 'multiplicatorValue' },
|
||||||
promise: onUpdateGreugeAccept,
|
promise: onUpdateGreugeAccept,
|
||||||
|
|
Loading…
Reference in New Issue