Commit b7cc01fe authored by 周远喜's avatar 周远喜

ok

parent 6e144a32
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
} }
.dispatch_part{ .dispatch_part{
border: 1px solid #ccc; border: 1px solid #ccc;
height: 100%;
.dispatch_part_top{ .dispatch_part_top{
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
......
import Api from '@/plugins/request' import Api from '@/plugins/request'
export default { export default {
// index: `${apsResult}/scheduletotal/getall`, // index: `${apsUrl}/scheduletotal/getall`,
paged(params) { paged(params) {
return Api.get(`${apsResult}/scheduletotal/getall`, params); return Api.get(`${apsUrl}/scheduletotal/getall`, params);
}, },
getall(params) { getall(params) {
return Api.get(`${apsResult}/schema/getall`, params); return Api.get(`${apsUrl}/schema/getall`, params);
}, },
clearall(params) { clearall(params) {
return Api.post(`${apsResult}/schema/clearall`, params); return Api.post(`${apsUrl}/schema/clearall`, params);
}, },
getdetail(params) { getdetail(params) {
return Api.get(`${apsResult}/scheduletotal/getdetail`, params); return Api.get(`${apsUrl}/scheduletotal/getdetail`, params);
}, },
} }
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<Input <Input
v-model="formValidate.parameters" v-model="formValidate.parameters"
type="textarea" type="textarea"
rows="3" :rows="3"
style="width:634px;" style="width:634px;"
></Input> ></Input>
</FormItem> </FormItem>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<Input <Input
v-model="formValidate.exception" v-model="formValidate.exception"
type="textarea" type="textarea"
rows="3" :rows="3"
style="width:634px;" style="width:634px;"
></Input> ></Input>
</FormItem> </FormItem>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
ref="grid" ref="grid"
:action="action" :action="action"
:conditions="easySearch" :conditions="easySearch"
placeholder="请输入姓名或者员工编号进行搜索" placeholder="请输入姓名/员工编号"
:high="true" :high="true"
:height="tdHeight" :height="tdHeight"
> >
......
...@@ -169,8 +169,8 @@ export default { ...@@ -169,8 +169,8 @@ export default {
}, },
formcontextdata: { formcontextdata: {
measures:'', measures:'',
triaLevel:'', triaLevel:[],
conclusion:'', conclusion:[],
causeAnalysis:'', causeAnalysis:'',
}, },
formcontextclosedata: formcontextclosedata:
......
<template> <template>
<div> <div>
<DataGrid :columns="columns" ref="grid" :action="action"><template slot="easySearch"><Form ref="formInline" :model="easySearch" inline><FormItem prop="keys"><Input placeholder="请输入关键字数据源名称/服务器地址/用户名" v-model="easySearch.keys.value" /> </FormItem> <DataGrid :columns="columns" ref="grid" :action="action"><template slot="easySearch"><Form ref="formInline" :model="easySearch" inline><FormItem prop="keys"><Input placeholder="请输入数据源/服务器/用户" class="w200" v-model="easySearch.keys.value" /> </FormItem>
<FormItem><Button type="primary" @click="search">查询</Button></FormItem> <FormItem><Button type="primary" @click="search">查询</Button></FormItem>
</Form></template> </Form></template>
<template slot="searchForm"> <template slot="searchForm">
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<template slot="easySearch"> <template slot="easySearch">
<Form ref="formInline" :model="easySearch" inline> <Form ref="formInline" :model="easySearch" inline>
<FormItem prop="keys"> <FormItem prop="keys">
<Input placeholder="请输入关键字公司名称/公司编码" v-model="easySearch.keys.value" /> <Input placeholder="请输入公司名称/公司编码" v-model="easySearch.keys.value" class="w200"/>
</FormItem> </FormItem>
<FormItem> <FormItem>
<Button type="primary" @click="search">查询</Button> <Button type="primary" @click="search">查询</Button>
......
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