diff --git a/src/components/LowDesign/src/LowReport/index.vue b/src/components/LowDesign/src/LowReport/index.vue
index a27a470..ba466cc 100644
--- a/src/components/LowDesign/src/LowReport/index.vue
+++ b/src/components/LowDesign/src/LowReport/index.vue
@@ -4,6 +4,7 @@
class="low-reoprt"
:class="[`low-report__${reportCode}`, { summary: tableOption.showSummary }]"
>
+
查询:
-
+
+
维度:
@@ -117,6 +119,8 @@ const { mergeLocaleMessage, t } = useI18n() // 国际化
const loading = ref(false) // 列表的加载中
const isInit = ref(false)
+const isSearch = ref(false)
+
const tableOption = ref({})
const tableData = ref([])
@@ -265,6 +269,7 @@ const initTable = async () => {
_hasChildConfig: childFieldConfigs.has(item.fieldCode),
_childConfigs: childFieldConfigs.get(item.fieldCode) || []
}
+ if(item.queryIsWeb == 'Y') isSearch.value=true
if(!!item.searchDefaultValue){
if(['年','年度','年份'].includes(item.fieldName)&&item.searchDefaultValue=='本年'){
tableSearch.value[config.prop]=getCurrentDate().year