|
|
@@ -7,7 +7,7 @@
|
|
|
|
|
|
<!-- 链接 -->
|
|
|
<ui-input-text label="投资名称" name="title" value="{{$model->title}}" placeholder="投资名称" maxlength="255" tips="请输入投资名称" autofocus="true"></ui-input-text>
|
|
|
- <ui-input-float-number :max="9999999" label="投资金额" name="invest_money" value="{{$model->invest_money}}" placeholder="投资金额" maxlength="255" tips="请输入投资金额" autofocus="true"></ui-input-float-number>
|
|
|
+ <ui-input-float-number :max="9999999" label="投资金额" name="invest_money" value="{{$model->invest_money}}" placeholder="投资金额" maxlength="255" tips="请输入投资金额" autofocus="true" :precision="4"></ui-input-float-number>
|
|
|
<!-- 是否显示 -->
|
|
|
<ui-input-float-number :max="9999999" label="平台收益" name="platform_money" value="{{$model->platform_money}}" placeholder="平台收益" maxlength="255" tips="请输入平台收益" autofocus="true"></ui-input-float-number>
|
|
|
<ui-input-float-number :max="9999999" label="直推收益" name="direct_proportion" value="{{$model->direct_proportion}}" placeholder="直推收益" maxlength="255" tips="请输入直推收益(%)" autofocus="true"></ui-input-float-number>
|