|
@@ -129,7 +129,7 @@
|
|
</FormItem> -->
|
|
</FormItem> -->
|
|
</div>
|
|
</div>
|
|
<div class="flex-endbox">
|
|
<div class="flex-endbox">
|
|
- <FormItem label="合同金额" required prop="contractMoney">
|
|
|
|
|
|
+ <FormItem class="d-felx" label="合同金额" required prop="contractMoney">
|
|
<Input
|
|
<Input
|
|
id="ipted"
|
|
id="ipted"
|
|
v-model="others.contractMoney"
|
|
v-model="others.contractMoney"
|
|
@@ -148,7 +148,7 @@
|
|
</FormItem>
|
|
</FormItem>
|
|
</div>
|
|
</div>
|
|
<div class="flex-endbox">
|
|
<div class="flex-endbox">
|
|
- <FormItem label="佣金金额">
|
|
|
|
|
|
+ <FormItem class="d-felx" label="佣金金额">
|
|
<Input
|
|
<Input
|
|
id="ipted"
|
|
id="ipted"
|
|
v-model="others.commission"
|
|
v-model="others.commission"
|
|
@@ -161,7 +161,7 @@
|
|
></Input>
|
|
></Input>
|
|
<span class="money-unit">元</span>
|
|
<span class="money-unit">元</span>
|
|
</FormItem>
|
|
</FormItem>
|
|
- <FormItem label="手续费">
|
|
|
|
|
|
+ <FormItem class="d-felx" label="手续费">
|
|
<Input
|
|
<Input
|
|
id="ipted"
|
|
id="ipted"
|
|
v-model="others.proceduresMoney"
|
|
v-model="others.proceduresMoney"
|