Commit 295d4b5e authored by lixy's avatar lixy

分红比例

parent 43b54298
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<span>{{ scope.row.extract }}</span> <span>{{ scope.row.extract }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="center" label="分红金额"> <el-table-column align="center" label="分红比例">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.shareAmount }}</span> <span>{{ scope.row.shareAmount }}</span>
</template> </template>
...@@ -223,12 +223,12 @@ ...@@ -223,12 +223,12 @@
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="16"> <el-col :span="16">
<el-form-item label="分红金额"> <el-form-item label="分红比例">
<el-input <el-input
type="number" type="number"
min="0" min="0"
v-model="add.shareAmount" v-model="add.shareAmount"
placeholder="分红金额" placeholder="分红比例"
></el-input> ></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment