import { SearchProps } from '../../../components/table/table-helper' import { ref } from 'vue' const search = ref([ { type: 'text', field: 'tableComment', label: '表名称', value: '', span: 6, placeholder: '请输入查询的表名称' }, { type: 'text', field: 'tableName', label: '表编号', value: '', span: 6, placeholder: '请输入查询的表编号' } ]) export default search