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 <el-option
v-for="item in o.setting.datasource" v-for="item in o.setting.datasource"
:key="item.Value" :key="item.value"
autocomplete="off" autocomplete="off"
:label="item[o.setting.maplabel]" :label="item[o.setting.maplabel]"
:value="item[o.setting.mapValue]" :value="item[o.setting.mapValue]"