Forráskód Böngészése

用车申请-车辆信息列表字段调整

jbb 2 éve
szülő
commit
791b86a673
1 módosított fájl, 25 hozzáadás és 18 törlés
  1. 25 18
      src/views/activiti/form/carSqModal.vue

+ 25 - 18
src/views/activiti/form/carSqModal.vue

@@ -20,7 +20,7 @@
               :data-source="carSqData"
               :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
               :pagination="false"
-               :scroll="{x:2100,y: 300}"
+               :scroll="{x:1000,y: 300}"
             >
               
             </a-table>
@@ -74,43 +74,50 @@ export default {
         {
           title: '车牌号',
           dataIndex: 'number',
-          width: 140,
+          width: 100,
           ellipsis: true,
           className: 'replacecolor'
         },
          {
-          title: '车俩类型',
+          title: '车辆型号',
           dataIndex: 'carType',
-          width: 130,
+          width: 100,
           ellipsis: true,
           className: 'replacecolor'
         },
         {
-          title: '能源类型',
-          dataIndex: 'energyType',
-          width: 130,
+          title: '车辆品牌',
+          dataIndex: 'carBrand',
+          width: 100,
           ellipsis: true,
           className: 'replacecolor'
         },
+        // {
+        //   title: '能源类型',
+        //   dataIndex: 'energyType',
+        //   width: 130,
+        //   ellipsis: true,
+        //   className: 'replacecolor'
+        // },
 
-        {
-          title: '座位数量',
-          dataIndex: 'seat',
-          width: 130,
-          ellipsis: true,
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '座位数量',
+        //   dataIndex: 'seat',
+        //   width: 130,
+        //   ellipsis: true,
+        //   className: 'replacecolor'
+        // },
         {
           title: '购买价格',
           dataIndex: 'price',
-          width: 120,
+          width: 100,
           ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '购置日期',
           dataIndex: 'purchaseDate',
-          width: 120,
+          width: 100,
           ellipsis: true,
           className: 'replacecolor'
         },
@@ -118,13 +125,13 @@ export default {
           title: '发动机号码',
           dataIndex: 'engineNum',
           ellipsis: true,
-          width: 180,
+          width: 100,
           className: 'replacecolor'
         },
         {
           title: '车架号',
           dataIndex: 'vin',
-          width: 120,
+          width: 100,
           ellipsis: true,
           className: 'replacecolor'
         }