Просмотр исходного кода

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

jingbb 4 месяцев назад
Родитель
Сommit
1bb0781ff7
1 измененных файлов с 2 добавлено и 12 удалено
  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)',