|
@@ -77,7 +77,7 @@
|
|
|
|
|
|
<el-table-column label="总价" align="center" prop="total">
|
|
<el-table-column label="总价" align="center" prop="total">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- {{ scope.row.total }}元
|
|
|
|
|
|
+ {{ scope.row.total/100 }}元
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|