yuansh 1 hafta önce
ebeveyn
işleme
cd29d51e6d

+ 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"
    },