瀏覽代碼

托书列表显示合计数量不对调整

fenghaifu 1 周之前
父節點
當前提交
c15a5fc6f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/book/book-list.vue

+ 1 - 1
src/views/book/book-list.vue

@@ -326,7 +326,7 @@ export default {
           className: 'replacecolor'
         },
         { title: '总箱数', dataIndex: 'boxNumber', width: 80, className: 'replacecolor', ellipsis: true, },
-        { title: '总毛重', dataIndex: 'totalGrossWeight', width: 80, className: 'replacecolor', ellipsis: true, },
+        { title: '总毛重', dataIndex: 'totalGrossWeight', width: 100, className: 'replacecolor', ellipsis: true, },
         { title: '总体积', dataIndex: 'totalVolume', width: 80, className: 'replacecolor', ellipsis: true, },
         {
           title: '金额',