|
|
@@ -1048,7 +1048,7 @@
|
|
|
<el-table-column prop="rightsCount" label="发放数量" align="center"></el-table-column>
|
|
|
<el-table-column prop="packagePrice" label="总价" align="center">
|
|
|
<template #default="scope">
|
|
|
- <div>{{ scope.row.packagePrice * scope.row.rightsCount || scope.row.settlePrice * scope.row.rightsCount }}
|
|
|
+ <div>{{ scope.row.packagePrice * scope.row.rightsCount || scope.row.contractRate * scope.row.rightsCount }}
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|