import { ref } from 'vue' import { SearchProps } from '../../../components/table/table-helper' const search = ref([ { type: 'text', label: '名称', field: 'backupName', value: '', span: 5, placeholder: '请输入备份文件名称' } ]) export default search