Browse Source

表格样式修改

jbb 2 years ago
parent
commit
72bfabcba8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/reportForms/cost-allocation-table/tabs.vue

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

@@ -243,11 +243,11 @@ export default {
           customRender: (text, record, index) => `${index + 1}`,
           className: 'replacecolor'
         },
-        { title: '货物名称', width: 170, dataIndex: 'goodsName', fixed: 'left', className: 'replacecolor' },
+        { title: '货物名称', width: 200, dataIndex: 'goodsName', fixed: 'left', className: 'replacecolor' },
         {
           title: '转入数量',
           dataIndex: 'ingredientsTransferQuantity',
-          width: 120,
+          // width: 130,
           className: 'replacecolor',
           customCell: this.ingInQuaCustomCell,
           scopedSlots: { customRender: 'ingInQuaSlot' }
@@ -255,7 +255,7 @@ export default {
         {
           title: '转入成本',
           dataIndex: 'transferCost',
-          width: 120,
+          width: 130,
           className: 'replacecolor'
         },