|
@@ -16,7 +16,7 @@ const props = defineProps({
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
const fieldOptions = ref<SelectProps['options']>([
|
|
const fieldOptions = ref<SelectProps['options']>([
|
|
|
- { value: 'title', label: '按标题' },
|
|
|
|
|
|
|
+ { value: 'title', label: '按报告类型' },
|
|
|
{ value: 'companyName', label: '按企业名称' },
|
|
{ value: 'companyName', label: '按企业名称' },
|
|
|
]);
|
|
]);
|
|
|
|
|
|