Bläddra i källkod

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

houzekong 11 månader sedan
förälder
incheckning
0f8bb1c43f
1 ändrade filer med 16 tillägg och 0 borttagningar
  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',