|
@@ -70,34 +70,34 @@
|
|
|
:disabled="disabled"
|
|
|
/>
|
|
|
</ws-form-item>
|
|
|
- <ws-form-item label="定金" span="1" prop="totalDeposit">
|
|
|
+ <ws-form-item label="定金(元)" span="1" prop="totalDeposit">
|
|
|
<ws-input
|
|
|
type="number"
|
|
|
@mousewheel.native.prevent
|
|
|
v-model="customerList.totalDeposit"
|
|
|
- placeholder="请输入定金"
|
|
|
+ placeholder="请输入定金(元)"
|
|
|
maxlength="11"
|
|
|
size="small"
|
|
|
:disabled="disabled"
|
|
|
/>
|
|
|
</ws-form-item>
|
|
|
- <ws-form-item label="预付金" span="1" prop="advancePayment">
|
|
|
+ <ws-form-item label="预付金(元)" span="1" prop="advancePayment">
|
|
|
<ws-input
|
|
|
type="number"
|
|
|
@mousewheel.native.prevent
|
|
|
v-model="customerList.advancePayment"
|
|
|
- placeholder="请输入预付金"
|
|
|
+ placeholder="请输入预付金(元)"
|
|
|
maxlength="11"
|
|
|
size="small"
|
|
|
:disabled="disabled"
|
|
|
/>
|
|
|
</ws-form-item>
|
|
|
- <ws-form-item label="保证金" span="1" prop="securityDeposit">
|
|
|
+ <ws-form-item label="保证金(元)" span="1" prop="securityDeposit">
|
|
|
<ws-input
|
|
|
type="number"
|
|
|
@mousewheel.native.prevent
|
|
|
v-model="customerList.securityDeposit"
|
|
|
- placeholder="请输入保证金"
|
|
|
+ placeholder="请输入保证金(元)"
|
|
|
maxlength="11"
|
|
|
size="small"
|
|
|
:disabled="disabled"
|