@@ -60,6 +60,14 @@ export const useHooks = (t?: any) => {
editable: ALLOW_EDIT_STATE,
defaultValue: 0
}
+ },
+ {
+ field: "whiteIPs",
+ title: "白名单",
+ basicinfo: {
+ el: "input",
+ editable: ALLOW_EDIT_STATE
+ }
];