Forráskód Böngészése

feature 1001740

报告搜索”按标题“改为”按报告类型“
Kevin Jiang 3 éve%!(EXTRA string=óta)
szülő
commit
519f3101ee
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/report/components/report-list/QueryBox.vue

+ 1 - 1
src/views/report/components/report-list/QueryBox.vue

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