瀏覽代碼

成本分配表-布局错乱

jingbb 1 年之前
父節點
當前提交
126630ec10
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      src/views/reportForms/cost-allocation-table/tabs.vue

+ 1 - 4
src/views/reportForms/cost-allocation-table/tabs.vue

@@ -513,23 +513,20 @@ export default {
           width: '6%',
           dataIndex: 'index',
           key: 'index',
-          fixed: 'left',
           customRender: (text, record, index) => `${index + 1}`,
           className: 'replacecolor'
         },
-        { title: '发票号码', width: '15%', dataIndex: 'invoiceNum', fixed: 'left', className: 'replacecolor' },
+        { title: '发票号码', width: '15%', dataIndex: 'invoiceNum', className: 'replacecolor' },
         {
           title: '出运日期',
           dataIndex: 'outdata',
           width: '8%',
-          fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: '小po',
           width: '7%',
           dataIndex: 'smallPo',
-          fixed: 'left',
           className: 'replacecolor'
         },
         {