This commit is contained in:
小肥羊 2025-08-13 17:28:40 +08:00
parent dc8eec1b87
commit 14c4e01175
1 changed files with 1 additions and 1 deletions

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]"