|
@@ -102,7 +102,7 @@
|
|
|
<el-table-column key="16" class="table_td" prop="tare" label="皮重(吨)"></el-table-column>
|
|
|
<el-table-column key="17" class="table_td" prop="netWeight" label="净重(吨)" >
|
|
|
<template slot-scope="scope">
|
|
|
- <span>-{{scope.row.netWeight }}</span>
|
|
|
+ <span>{{scope.row.netWeight }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column key="18" width='120' class="table_td" prop="feedbackWeight" label="卸车净重(吨)"
|