修改样式
This commit is contained in:
parent
e5a38d0022
commit
4c921252f5
|
|
@ -5,21 +5,21 @@
|
|||
<a-form ref="formRef" @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol"
|
||||
:wrapper-col="wrapperCol">
|
||||
<a-row :gutter="24">
|
||||
<a-col :xl="8" :xxl="6">
|
||||
<a-col :xl="8">
|
||||
<a-form-item name="orgCode">
|
||||
<template #label><span title="机构名称">机构名称</span></template>
|
||||
<j-dict-select-tag placeholder="请选择机构名称" v-model:value="queryParam.orgCode"
|
||||
dictCode="sys_depart,depart_name,org_code" allow-clear />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="8" :xxl="6">
|
||||
<a-col :xl="8">
|
||||
<a-form-item name="createTime">
|
||||
<template #label><span title="操作时间">操作时间</span></template>
|
||||
<a-range-picker value-format="YYYY-MM-DD" v-model:value="queryParam.createTime"
|
||||
class="query-group-cust" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="8" :xxl="6">
|
||||
<a-col :xl="8">
|
||||
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
||||
<a-col :lg="6">
|
||||
<a-button type="primary" preIcon="ant-design:search-outlined" @click="searchQuery">查询</a-button>
|
||||
|
|
|
|||
|
|
@ -5,21 +5,21 @@
|
|||
<a-form ref="formRef" @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol"
|
||||
:wrapper-col="wrapperCol">
|
||||
<a-row :gutter="24">
|
||||
<a-col :lg="6">
|
||||
<a-col :lg="8">
|
||||
<a-form-item name="orgCode">
|
||||
<template #label><span title="机构名称">机构名称</span></template>
|
||||
<j-dict-select-tag placeholder="请选择机构名称" v-model:value="queryParam.orgCode"
|
||||
dictCode="sys_depart,depart_name,org_code" allow-clear />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :lg="6">
|
||||
<a-col :lg="8">
|
||||
<a-form-item name="opeType">
|
||||
<template #label><span title="操作类型">操作类型</span></template>
|
||||
<j-dict-select-tag placeholder="请选择操作类型" v-model:value="queryParam.opeType" dictCode="directive_ope_type"
|
||||
allow-clear />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<a-col :lg="8" >
|
||||
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
||||
<a-col :lg="6">
|
||||
<a-button type="primary" preIcon="ant-design:search-outlined" @click="searchQuery">查询</a-button>
|
||||
|
|
|
|||
|
|
@ -5,34 +5,34 @@
|
|||
<a-form ref="formRef" @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol"
|
||||
:wrapper-col="wrapperCol">
|
||||
<a-row :gutter="24">
|
||||
<a-col :xl="8" :xxl="6">
|
||||
<a-col :xl="8" >
|
||||
<a-form-item name="opeOrgCode">
|
||||
<template #label><span title="目标镜像机构">目标镜像机构</span></template>
|
||||
<j-dict-select-tag v-model:value="queryParam.opeOrgCode" dictCode="sys_depart,depart_name,org_code"
|
||||
placeholder="请选择目标镜像机构" allowClear />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="8" :xxl="6">
|
||||
<a-col :xl="8" >
|
||||
<a-form-item name="targetOrgCode">
|
||||
<template #label><span title="源镜像机构">源镜像机构</span></template>
|
||||
<j-dict-select-tag placeholder="请选择源镜像机构" v-model:value="queryParam.targetOrgCode"
|
||||
dictCode="sys_depart,depart_name,org_code" allow-clear />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="8" :xxl="6">
|
||||
<a-col :xl="8" >
|
||||
<a-form-item name="createTime">
|
||||
<template #label><span title="镜像日期">镜像日期</span></template>
|
||||
<a-range-picker value-format="YYYY-MM-DD" v-model:value="queryParam.createTime"
|
||||
class="query-group-cust" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="8" :xxl="6">
|
||||
<a-col :xl="8" >
|
||||
<a-form-item name="orgDirectiveCode">
|
||||
<template #label><span title="镜像码">镜像码</span></template>
|
||||
<JInput placeholder="请输入镜像码" v-model:value="queryParam.orgDirectiveCode" allow-clear></JInput>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="8" :xxl="6">
|
||||
<a-col :xl="8" >
|
||||
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
||||
<a-col :lg="6">
|
||||
<a-button type="primary" preIcon="ant-design:search-outlined" @click="searchQuery">查询</a-button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue