소스 검색

[Feat 0000] 部门管理页面添加新字段

houzekong 11 달 전
부모
커밋
0f8bb1c43f
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      src/views/system/depart/depart.data.ts

+ 16 - 0
src/views/system/depart/depart.data.ts

@@ -67,6 +67,22 @@ export function useBasicFormSchema() {
       },
     },
     {
+      field: 'ip',
+      label: 'IP',
+      component: 'Input',
+      componentProps: {
+        placeholder: '请输入IP',
+      },
+    },
+    {
+      field: 'port',
+      label: '端口',
+      component: 'Input',
+      componentProps: {
+        placeholder: '请输入端口',
+      },
+    },
+    {
       field: 'memo',
       label: '备注',
       component: 'InputTextArea',