dev #8

Merged
hy merged 45 commits from dev into master 2025-08-26 19:03:29 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 14c4e01175 - Show all commits

View File

@ -400,7 +400,7 @@ function fetchPagedData() {
>
<el-option
v-for="item in o.setting.datasource"
:key="item.Value"
:key="item.value"
autocomplete="off"
:label="item[o.setting.maplabel]"
:value="item[o.setting.mapValue]"