style: 关闭任务名称/菜单名称查询
This commit is contained in:
@@ -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')"
|
||||||
|
|||||||
@@ -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')"
|
||||||
|
|||||||
Reference in New Issue
Block a user