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>
|
||||
<VnDropdown
|
||||
:options="claimStates"
|
||||
option-value="id"
|
||||
option-label="description"
|
||||
option-value="id"
|
||||
@change-state="changeState($event)"
|
||||
/>
|
||||
</template>
|
||||
|
|
|
@ -114,9 +114,8 @@ onMounted(async () => {
|
|||
</template>
|
||||
<template #header-right>
|
||||
<VnDropdown
|
||||
:moduleId="entityId"
|
||||
:options="editableStates"
|
||||
:disable="!isEditable()"
|
||||
:options="editableStates"
|
||||
:option-label="'name'"
|
||||
:option-value="'code'"
|
||||
@change-state="changeState($event)"
|
||||
|
|
Loading…
Reference in New Issue