zhangyuewww 1 year ago
parent
commit
d2f181d29b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/statisticalReport/stockSaleOutReportList.vue

+ 1 - 1
src/views/statisticalReport/stockSaleOutReportList.vue

@@ -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="卸车净重(吨)"