فهرست منبع

托书列表取消固定

jbb 2 سال پیش
والد
کامیت
a9d082ce3d
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/book/book-list.vue

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

@@ -159,8 +159,8 @@ export default {
     return {
       // 表头
       bookListColumns: [
-        { title: '托书号', width: 120, dataIndex: 'shippingOrderNumber', fixed: 'left', className: 'replacecolor' , ellipsis: true,},
-        { title: '订单号', width: 140, dataIndex: 'orderNumber', fixed: 'left', className: 'replacecolor', ellipsis: true, },
+        { title: '托书号', width: 120, dataIndex: 'shippingOrderNumber',  className: 'replacecolor' , ellipsis: true,},
+        { title: '订单号', width: 140, dataIndex: 'orderNumber', className: 'replacecolor', ellipsis: true, },
         { title: '外销发票号码', dataIndex: 'exportInvoiceNo', width: 120, className: 'replacecolor', ellipsis: true, },
         { title: '客户简称', dataIndex: 'clientAbbreviation', width: 120, className: 'replacecolor' , ellipsis: true,},
         {