Commit 8671bdc1 authored by zhoumaotao's avatar zhoumaotao

页面调整6

parent 2edc5eec
...@@ -9,8 +9,14 @@ ...@@ -9,8 +9,14 @@
<el-row :gutter="20" class="search-row-1"> <el-row :gutter="20" class="search-row-1">
<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>
<el-date-picker v-model="queryParams.date" ></el-date-picker> <el-date-picker v-model="queryParams.ksrq"></el-date-picker>
</div>
</el-col>
<el-col :span="6" class="search-col">
<div class="search-item">
<span class="search-span">结束日期:</span>
<el-date-picker v-model="queryParams.jsrq"></el-date-picker>
</div> </div>
</el-col> </el-col>
<el-col :span="6" class="search-col"> <el-col :span="6" class="search-col">
...@@ -96,7 +102,8 @@ ...@@ -96,7 +102,8 @@
import Edit from './edit' import Edit from './edit'
import Exposure from './exposure.vue' import Exposure from './exposure.vue'
import SafetyCourse from './safetyCourse.vue' import SafetyCourse from './safetyCourse.vue'
import Reflect from './reflect.vue' import Leadership from './leadership.vue' import Reflect from './reflect.vue'
import Leadership from './leadership.vue'
import Family from './family.vue' import Family from './family.vue'
import { import {
tableMixin tableMixin
...@@ -122,7 +129,8 @@ ...@@ -122,7 +129,8 @@
baseUrl: '/aqgl/rcgl/fcgzy', baseUrl: '/aqgl/rcgl/fcgzy',
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
date: new Date().getTime(), ksrq: '',
jsrq: '',
flid: '', flid: '',
fxjb:'' fxjb:''
}, },
......
...@@ -74,9 +74,9 @@ ...@@ -74,9 +74,9 @@
}, },
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ tableTitle: [
{label: "序号", prop: "xh", fieldType: "int"},
{label: "名称", prop: "name", fieldType: "ftString",width:300}, {label: "名称", prop: "name", fieldType: "ftString",width:300},
{label: "备注", prop: "bz", fieldType: "ftString",width:300}, {label: "备注", prop: "bz", fieldType: "ftString",width:300},
{label: "序号", prop: "xh", fieldType: "int",width:100},
{label: "维护人", prop: "whr", fieldType: "ftString"}, {label: "维护人", prop: "whr", fieldType: "ftString"},
{label: "维护时间", prop: "whsj", fieldType: "ftDateTime"} {label: "维护时间", prop: "whsj", fieldType: "ftDateTime"}
] ]
......
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