Selaa lähdekoodia

成本分配表-布局错乱

jingbb 1 vuosi sitten
vanhempi
commit
126630ec10
1 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  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'
         },
         {