Browse Source

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

jingbb 3 months ago
parent
commit
1bb0781ff7
1 changed files with 2 additions and 12 deletions
  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)',