yuansh 1 周之前
父节点
当前提交
cd29d51e6d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/baseCode/ShipArchive/BaseShipArchive.data.ts

+ 2 - 2
src/views/baseCode/ShipArchive/BaseShipArchive.data.ts

@@ -47,7 +47,7 @@ export const searchFormSchema: FormSchema[] = [
       label: "唯一编号(IMO)",
       field: 'imo',
       component: 'Input',
-      // labelWidth: 150,
+      labelWidth: 150,
       //colProps: {span: 6},
  	},
 	{
@@ -74,7 +74,7 @@ export const searchFormSchema: FormSchema[] = [
     label: "船厂(ship factory)",
     field: 'shipFactory',
     component: 'JSelectMultiple',
-    labelWidth: 120,
+    labelWidth: 150,
     componentProps:{
       dictCode:"ship_factory"
    },