import { SearchProps } from '../../../components/table/table-helper' import { ref } from 'vue' const search = ref([ { type: 'text', field: 'itemName', label: '字典名称', value: undefined, span: 6, placeholder: '请输入数据字典名称' } ]) export default search