Kaynağa Gözat

fix: 修复列表宽度样式问题

laiqi 11 ay önce
ebeveyn
işleme
2bef16cb31
1 değiştirilmiş dosya ile 10 ekleme ve 14 silme
  1. 10 14
      apps/web-ele/src/views/product-manage/index.vue

+ 10 - 14
apps/web-ele/src/views/product-manage/index.vue

@@ -156,44 +156,40 @@ const gridOptions: VxeGridProps<any> = {
 
   columns: [
     { title: '序号', type: 'seq', width: 50 },
-    { title: '产品名称', field: 'productsname', sortable: true, width: 240 },
-    { title: '产品型号', field: 'productsmodel', sortable: true, width: 220 },
-    { title: '机具类型', field: 'productsjjlx', sortable: true, width: 120 },
+    { title: '产品名称', field: 'productsname', sortable: true },
+    { title: '产品型号', field: 'productsmodel', sortable: true },
+    { title: '机具类型', field: 'productsjjlx', sortable: true },
     {
       title: '产品类别',
       field: 'productscategory',
       sortable: true,
-      width: 120,
     },
-    { title: '生产企业', field: 'scqyinfomc', sortable: true, width: 220 },
+    { title: '生产企业', field: 'scqyinfomc', sortable: true },
     // { title: '产品sn号', field: 'productssn' },
-    // { title: '品目', field: 'productspm', sortable: true, width: 120 },
-    // { title: '一级分类', field: 'productsfl1', sortable: true, width: 120 },
-    // { title: '二级分类', field: 'productsfl2', sortable: true, width: 120 },
-    // { title: '分档名称', field: 'productsfdmc', sortable: true, width: 120 },
-    // { title: '分档编号', field: 'productsfdbh', sortable: true, width: 120 },
+    // { title: '品目', field: 'productspm', sortable: true },
+    // { title: '一级分类', field: 'productsfl1', sortable: true },
+    // { title: '二级分类', field: 'productsfl2', sortable: true },
+    // { title: '分档名称', field: 'productsfdmc', sortable: true },
+    // { title: '分档编号', field: 'productsfdbh', sortable: true },
     {
       title: '产品原价',
       field: 'productsprice',
       formatter: formatMoney,
       sortable: true,
-      width: 120,
     },
     {
       title: '中央补贴金额',
       field: 'productszybt',
       formatter: formatMoney,
       sortable: true,
-      width: 120,
     },
     {
       title: '特殊县中央补贴金额',
       field: 'productstsxzybt',
       formatter: formatMoney,
-      width: 170,
       sortable: true,
     },
-    { title: '创建时间', field: 'productsdate', width: 180 },
+    { title: '创建时间', field: 'productsdate' },
     {
       title: '操作',
       field: 'action',