Commit 40691909 authored by zhoumaotao's avatar zhoumaotao

页面调整

parent 83ffb747
......@@ -246,9 +246,10 @@ export default {
baseUrl: "aqgl/wxgl/wxdwsp",
/* 查询参数*/
queryParams: {
code: "",
name: "",
dwlx: ""
operatype:'W',
code: '',
name: '',
dwlx: ''
},
/* 表格标题对应参数*/
tableTitle: [
......
......@@ -4,6 +4,12 @@
<div class="search" v-condition>
<SearchButton :app="app"></SearchButton>
<el-row :gutter="20" class="search-row-1">
<el-col :span="6" class="search-col">
<div class="search-item">
<span class="search-span">事务类型:</span>
<RelSelect src='wf/common/wfstate' :match="{value:'id',label:'name'}" v-model='queryParams.operatype' ></RelSelect>
</div>
</el-col>
<el-col :span="6" class="search-col">
<div class="search-item">
<span class="search-span">档案编号:</span>
......@@ -249,9 +255,10 @@ export default {
baseUrl: "aqgl/wxgl/wxdwsb",
/* 查询参数*/
queryParams: {
code: "",
name: "",
dwlx: ""
operatype:'W',
code: '',
name: '',
dwlx: ''
},
/* 表格标题对应参数*/
tableTitle: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment