fix: 功能优化。

This commit is contained in:
tianyongbao
2024-06-15 15:54:31 +08:00
parent aef5c368f2
commit 291e968bf0
15 changed files with 33 additions and 41 deletions

View File

@@ -5,7 +5,7 @@
<el-form :model="queryParams" ref="queryRef" :inline="true" v-show="showSearch" label-width="100px">
<el-form-item label="投资账户" style="width: 500px" prop="accountId">
<el-select v-model="queryParams.accountId" placeholder="请选择投资账户" clearable>
<el-option v-for="account in accountList" :key="account.id" :label="account.nameCode" :value="account.id" />
<el-option v-for="account in accountList" :key="account.id" :label="account.nameCodeAvailableLimit" :value="account.id" />
</el-select>
</el-form-item>
<el-form-item label="交易类型" style="width: 300px" prop="dealType">
@@ -61,7 +61,7 @@
<el-form ref="accountDealRecordRef" :model="form" :rules="rules" label-width="120px">
<el-form-item label="投资账户" prop="accountId">
<el-select v-model="form.accountId" placeholder="请选择投资账户" clearable>
<el-option v-for="account in accountList" :key="account.id" :label="account.nameCode" :value="account.id" />
<el-option v-for="account in accountList" :key="account.id" :label="account.nameCodeAvailableLimit" :value="account.id" />
</el-select>
</el-form-item>
<el-form-item label="交易类型" prop="dealType">