fix: refs #8118 update VnDropdown options in ClaimSummary and TicketSummary components
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
b992c3e62a
commit
3e956cda69
|
@ -211,8 +211,8 @@ function claimUrl(section) {
|
||||||
<template #header-right>
|
<template #header-right>
|
||||||
<VnDropdown
|
<VnDropdown
|
||||||
:options="claimStates"
|
:options="claimStates"
|
||||||
option-value="id"
|
|
||||||
option-label="description"
|
option-label="description"
|
||||||
|
option-value="id"
|
||||||
@change-state="changeState($event)"
|
@change-state="changeState($event)"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -114,9 +114,8 @@ onMounted(async () => {
|
||||||
</template>
|
</template>
|
||||||
<template #header-right>
|
<template #header-right>
|
||||||
<VnDropdown
|
<VnDropdown
|
||||||
:moduleId="entityId"
|
|
||||||
:options="editableStates"
|
|
||||||
:disable="!isEditable()"
|
:disable="!isEditable()"
|
||||||
|
:options="editableStates"
|
||||||
:option-label="'name'"
|
:option-label="'name'"
|
||||||
:option-value="'code'"
|
:option-value="'code'"
|
||||||
@change-state="changeState($event)"
|
@change-state="changeState($event)"
|
||||||
|
|
Loading…
Reference in New Issue