import { ref } from 'vue' import { SearchProps } from '../../../components/table/table-helper' const search = ref([ { type: 'text', label: '版本号', field: 'versionCode', value: '', span: 5, placeholder: '请输入版本号' } ]) export default search