打印bug修改

This commit is contained in:
张佳炜 2025-03-11 10:45:39 +08:00
parent c5ba087051
commit ec21ddbaf8
2 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,6 @@
type="text"
v-model="searchQuery"
placeholder="请输入姓名"
@input="handleSearch"
/>
<i class="el-icon-search search-icon"></i>
</div>
@ -402,6 +401,9 @@ const fetchPatientsByDate = async () => {
watch(inspectionStatus, (newValue, oldValue) => {
fetchPatientsByDate()
});
watch(searchQuery, (newValue, oldValue) => {
fetchPatientsByDate()
});
</script>

View File

@ -4247,7 +4247,7 @@ export default {
"fontSize": 15,
"fontWeight": "bold",
"lineHeight": 15,
"pageBreak": true
},
"printElementType": {
"type": "text"