Commit 40691909 authored by zhoumaotao's avatar zhoumaotao

页面调整

parent 83ffb747
...@@ -246,9 +246,10 @@ export default { ...@@ -246,9 +246,10 @@ export default {
baseUrl: "aqgl/wxgl/wxdwsp", baseUrl: "aqgl/wxgl/wxdwsp",
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
code: "", operatype:'W',
name: "", code: '',
dwlx: "" name: '',
dwlx: ''
}, },
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ tableTitle: [
......
...@@ -4,6 +4,12 @@ ...@@ -4,6 +4,12 @@
<div class="search" v-condition> <div class="search" v-condition>
<SearchButton :app="app"></SearchButton> <SearchButton :app="app"></SearchButton>
<el-row :gutter="20" class="search-row-1"> <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"> <el-col :span="6" class="search-col">
<div class="search-item"> <div class="search-item">
<span class="search-span">档案编号:</span> <span class="search-span">档案编号:</span>
...@@ -249,9 +255,10 @@ export default { ...@@ -249,9 +255,10 @@ export default {
baseUrl: "aqgl/wxgl/wxdwsb", baseUrl: "aqgl/wxgl/wxdwsb",
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
code: "", operatype:'W',
name: "", code: '',
dwlx: "" name: '',
dwlx: ''
}, },
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ 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