|
@@ -70,8 +70,9 @@
|
|
|
</a-select>
|
|
</a-select>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
- <a-col :span="12"
|
|
|
|
|
- v-if="!isPingAnOem()">
|
|
|
|
|
|
|
+ <!-- <a-col :span="12"
|
|
|
|
|
+ v-if="!isPingAnOem()"> -->
|
|
|
|
|
+ <a-col :span="12">
|
|
|
<a-form-item label="指定交易用户"
|
|
<a-form-item label="指定交易用户"
|
|
|
name="traderUserId">
|
|
name="traderUserId">
|
|
|
<a-select class="inlineFormSelect"
|
|
<a-select class="inlineFormSelect"
|
|
@@ -84,8 +85,8 @@
|
|
|
{{item.rolename}}
|
|
{{item.rolename}}
|
|
|
</a-select-option>
|
|
</a-select-option>
|
|
|
</a-select>
|
|
</a-select>
|
|
|
- <a-button @click="addTrader"
|
|
|
|
|
- class="operBtn">新增</a-button>
|
|
|
|
|
|
|
+ <!-- <a-button @click="addTrader"
|
|
|
|
|
+ class="operBtn">新增</a-button> -->
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
</a-row>
|
|
</a-row>
|