@@ -566,8 +566,8 @@
<ws-option
v-for="item in transactionRecordList"
:key="item.constKey"
- :label="item.transactionPrice"
- :value="item.transactionPrice"
+ :label="item.key"
+ :value="item.key"
/>
</ws-select>
</el-form-item>