浏览代码

项目档案/供应商档案/船舶档案-列表字段宽度调整

jingbb 1 月之前
父节点
当前提交
48326ef20e

+ 1 - 0
src/views/baseCode/ProjectArchive/BaseProjectArchive.data.ts

@@ -15,6 +15,7 @@ export const columns: BasicColumn[] = [
     title: '名称(name)',
     align: 'center',
     dataIndex: 'name',
+    width:300
   },
 
   {

+ 1 - 1
src/views/baseCode/ProjectArchive/BaseProjectArchiveList.vue

@@ -75,7 +75,7 @@
                fixed:'right'
             },
             scroll: {
-              x: '2000px',
+              x: '2300px',
               y:'calc(100vh - 400px)',
             },
             beforeFetch: (params) => {

+ 1 - 0
src/views/baseCode/ShipArchive/BaseShipArchive.data.ts

@@ -27,6 +27,7 @@ export const columns: BasicColumn[] = [
     title: '船厂(ship factory)',
     align: 'center',
     dataIndex: 'shipFactory',
+    width:350
   },
   {
     title: '造船日期(ship date)',

+ 1 - 0
src/views/cuspCode/SupplierProfile/CuspSupplierProfile.data.ts

@@ -16,6 +16,7 @@ export const columns: BasicColumn[] = [
     title: '名称(name)',
     align: 'center',
     dataIndex: 'name',
+    width: 350,
   },
   {
     title: '简称(abbreviation)',