处理菜单

This commit is contained in:
zoujiandong
2024-06-13 18:01:52 +08:00
parent bff706590f
commit a6c15094f2
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<a-form :model="queryForm" ref="queryFormRef" layout="inline">
<a-form-item field="hospital_name" label="医院名称">
<a-input :style="{ width: '182px' }" v-model="queryForm.hospital_name" placeholder="请输入药品名称或通用名" @press-enter="handleQuery" />
<a-input :style="{ width: '182px' }" v-model="queryForm.hospital_name" placeholder="请输入医院名称" @press-enter="handleQuery" />
</a-form-item>
<a-form-item field="hospital_level_name" label="医院等级">