zhangyuewww 2 년 전
부모
커밋
d2f181d29b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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="卸车净重(吨)"