import * as React from 'react'; import { Search, Fab, Cell, Image, Switch, Button } from 'tdesign-mobile-react'; import { SearchIcon, Icon } from 'tdesign-icons-react'; export default function render() { const { t } = this; const { entity, relations } = this.props; const { searchValue, users, oakDirty } = this.state; const relations2 = typeof relations === 'object' ? relations : relations && JSON.parse(relations); return (