style: 关闭任务名称/菜单名称查询

This commit is contained in:
TsMask
2025-02-27 15:29:48 +08:00
parent d88a3e7e25
commit 6b81ea000b
2 changed files with 4 additions and 4 deletions

View File

@@ -517,7 +517,7 @@ onMounted(() => {
<!-- 表格搜索栏 -->
<a-form :model="queryParams" name="queryParams" layout="horizontal">
<a-row :gutter="16">
<a-col :lg="6" :md="12" :xs="24">
<!-- <a-col :lg="6" :md="12" :xs="24">
<a-form-item
:label="t('views.system.menu.menuName')"
name="menuName"
@@ -527,7 +527,7 @@ onMounted(() => {
allow-clear
></a-input>
</a-form-item>
</a-col>
</a-col> -->
<a-col :lg="6" :md="12" :xs="24">
<a-form-item
:label="t('views.system.menu.menuStatus')"