|
@@ -236,10 +236,7 @@ export default {
|
|
|
{
|
|
|
columnAttributes: {
|
|
|
label: '总手续费',
|
|
|
- prop: ''
|
|
|
- },
|
|
|
- render: (h, { row, column, index }) => {
|
|
|
- return <div style="padding-left:10px">{Number(row["amount"] || 0) / 1000 * 6}</div>
|
|
|
+ prop: 'commissionAmount'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -254,7 +251,7 @@ export default {
|
|
|
prop: 'websitAmount'
|
|
|
}
|
|
|
}]}
|
|
|
- tableData={[{ ...(this.formData.increItem || {}), ...(this.formData.incre || {}) }]}
|
|
|
+ tableData={[{ ...(this.formData.increItem || {}), ...(this.formData.incre || {}), commissionAmount: this.formData.commissionAmount }]}
|
|
|
tableAttributes={{
|
|
|
size: 'mini',
|
|
|
border: true,
|