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

@@ -598,7 +598,7 @@ onMounted(() => {
<!-- 表格搜索栏 --> <!-- 表格搜索栏 -->
<a-form :model="queryParams" name="queryParams" layout="horizontal"> <a-form :model="queryParams" name="queryParams" layout="horizontal">
<a-row :gutter="16"> <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.monitor.job.jobName')" name="jobName"> <a-form-item :label="t('views.monitor.job.jobName')" name="jobName">
<a-input <a-input
v-model:value="queryParams.jobName" v-model:value="queryParams.jobName"
@@ -606,7 +606,7 @@ onMounted(() => {
:placeholder="t('views.monitor.job.jobNamePlease')" :placeholder="t('views.monitor.job.jobNamePlease')"
></a-input> ></a-input>
</a-form-item> </a-form-item>
</a-col> </a-col> -->
<a-col :lg="6" :md="12" :xs="24"> <a-col :lg="6" :md="12" :xs="24">
<a-form-item <a-form-item
:label="t('views.monitor.job.jobGroup')" :label="t('views.monitor.job.jobGroup')"

View File

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