Explorar o código

船舶档案-船类型/船厂改为输入框

jingbb hai 3 meses
pai
achega
1bb0781ff7
Modificáronse 1 ficheiros con 2 adicións e 12 borrados
  1. 2 12
      src/views/baseCode/ShipArchive/BaseShipArchive.data.ts

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

@@ -170,22 +170,12 @@ export const formSchema: FormSchema[] = [
   {
     label: '船类型(ship type)',
     field: 'shipType',
-    component: 'JDictSelectTag',
-    componentProps: {
-      dictCode: 'ship_type',
-      showSearch: true,
-      getPopupContainer: (node) => document.body,
-    },
+    component: 'Input',
   },
   {
     label: '船厂(ship factory)',
     field: 'shipFactory',
-    component: 'JDictSelectTag',
-    componentProps: {
-      dictCode: 'ship_factory',
-      showSearch: true,
-      getPopupContainer: (node) => document.body,
-    },
+    component: 'Input',
   },
   {
     label: '造船日期(ship date)',