|
@@ -386,7 +386,7 @@
|
|
|
show-summary
|
|
|
:summary-method="getSum"
|
|
|
>
|
|
|
- <el-table-column type="selection" width="50" fixed align="center" />
|
|
|
+ <el-table-column type="selection" width="60" fixed align="center" />
|
|
|
<el-table-column
|
|
|
type="index"
|
|
|
label="行号"
|
|
@@ -420,7 +420,7 @@
|
|
|
label="操作"
|
|
|
align="center"
|
|
|
class-name="small-padding fixed-width"
|
|
|
- min-width="180"
|
|
|
+ min-width="200"
|
|
|
fixed="right"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
@@ -802,7 +802,7 @@ export default {
|
|
|
var values = [];
|
|
|
columns.forEach((column, index) => {
|
|
|
if (index === 0) {
|
|
|
- sums[index] = "";
|
|
|
+ sums[index] = "合计";
|
|
|
return;
|
|
|
}
|
|
|
if (column.property === "fGrossweight") {
|