Change buttons group
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
95b19d35e7
commit
580af396d1
|
@ -457,7 +457,10 @@ onMounted(async () => {
|
||||||
type="submit"
|
type="submit"
|
||||||
:disabled="state == 'REVISE'"
|
:disabled="state == 'REVISE'"
|
||||||
@click="showReasonForm()"
|
@click="showReasonForm()"
|
||||||
|
style="margin-left: 1px"
|
||||||
/>
|
/>
|
||||||
|
</QBtnGroup>
|
||||||
|
<QBtnGroup push class="q-gutter-x-sm" flat style="margin-left: 0px">
|
||||||
<QBtn
|
<QBtn
|
||||||
v-if="reason && state && (isHimSelf || isHr)"
|
v-if="reason && state && (isHimSelf || isHr)"
|
||||||
:label="t('Reason')"
|
:label="t('Reason')"
|
||||||
|
|
Loading…
Reference in New Issue