[update 首页] 高级搜索

This commit is contained in:
danshihao
2024-08-08 08:56:56 +08:00
parent c6304795ae
commit 3b7532aaa6
@@ -63,7 +63,6 @@
<!-- 日期区间(条款选择的日期只要单侧) -->
<template v-else-if="[FieldType.DATE_SINGLE.value, FieldType.DATE_MORE.value].includes(item.fieldShowType)">
<j-date-picker v-model="queryParam[item.dbFieldName]"
:returnInterval="currStandardType !== '4'"
format="YYYY-MM-DD" value-format="YYYY-MM-DD"
@change="onChange(item.dbFieldName)"></j-date-picker>
</template>