考试调整

This commit is contained in:
fan 2024-04-11 11:20:28 +08:00
parent 27129e8b21
commit a21e880a18

View File

@ -13,8 +13,8 @@
<el-option
v-for="(option,index) in creatorList"
:key="id"
:label="option.id"
:value="option.name"
:label="option.name"
:value="option.id"
/>
</el-select>
</el-form-item>