|
@@ -177,9 +177,9 @@
|
|
|
<span>{{ scope.row.weight }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="描述" prop="description" min-width="130px" align="center">
|
|
|
+ <el-table-column label="小计" prop="description" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{ scope.row.description }}</span>
|
|
|
+ <span>{{ scope.row.subtotal }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -228,9 +228,9 @@
|
|
|
<span>{{ scope.row.weight }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="描述" prop="description" min-width="130px" align="center">
|
|
|
+ <el-table-column label="小计" prop="description" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{ scope.row.description }}</span>
|
|
|
+ <span>{{ scope.row.subtotal }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -317,9 +317,9 @@
|
|
|
<span>{{ scope.row.useinbar }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="描述" prop="description" min-width="130px" align="center">
|
|
|
+ <el-table-column label="小计" prop="description" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{ scope.row.description }}</span>
|
|
|
+ <span>{{ scope.row.subtotal }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -402,9 +402,9 @@
|
|
|
<span>{{ scope.row.weight }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="描述" prop="description" min-width="130px" align="center">
|
|
|
+ <el-table-column label="小计" prop="description" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{ scope.row.description }}</span>
|
|
|
+ <span>{{ scope.row.subtotal }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -491,9 +491,9 @@
|
|
|
<span>{{ scope.row.weight }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="描述" prop="description" min-width="130px" align="center">
|
|
|
+ <el-table-column label="小计" prop="description" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{ scope.row.description }}</span>
|
|
|
+ <span>{{ scope.row.subtotal }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|