Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
b7cc01fe
Commit
b7cc01fe
authored
Apr 01, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok
parent
6e144a32
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
12 deletions
+13
-12
dispatch.less
pages/aps/dispatch/dispatch.less
+1
-0
api.js
pages/aps/results/api.js
+5
-5
detail.vue
pages/basicData/systemlog/components/detail.vue
+2
-2
index.vue
pages/basicData/user/index.vue
+1
-1
trialOrder.vue
...rocessDesign/ChangeSingle/unqualifiedorder/trialOrder.vue
+2
-2
index.vue
pages/system/host/index.vue
+1
-1
index.vue
pages/system/tanant/index.vue
+1
-1
No files found.
pages/aps/dispatch/dispatch.less
View file @
b7cc01fe
...
...
@@ -16,6 +16,7 @@
}
.dispatch_part{
border: 1px solid #ccc;
height: 100%;
.dispatch_part_top{
height: 50px;
line-height: 50px;
...
...
pages/aps/results/api.js
View file @
b7cc01fe
import
Api
from
'@/plugins/request'
export
default
{
// index: `${aps
Result
}/scheduletotal/getall`,
// index: `${aps
Url
}/scheduletotal/getall`,
paged
(
params
)
{
return
Api
.
get
(
`
${
aps
Result
}
/scheduletotal/getall`
,
params
);
return
Api
.
get
(
`
${
aps
Url
}
/scheduletotal/getall`
,
params
);
},
getall
(
params
)
{
return
Api
.
get
(
`
${
aps
Result
}
/schema/getall`
,
params
);
return
Api
.
get
(
`
${
aps
Url
}
/schema/getall`
,
params
);
},
clearall
(
params
)
{
return
Api
.
post
(
`
${
aps
Result
}
/schema/clearall`
,
params
);
return
Api
.
post
(
`
${
aps
Url
}
/schema/clearall`
,
params
);
},
getdetail
(
params
)
{
return
Api
.
get
(
`
${
aps
Result
}
/scheduletotal/getdetail`
,
params
);
return
Api
.
get
(
`
${
aps
Url
}
/scheduletotal/getdetail`
,
params
);
},
}
pages/basicData/systemlog/components/detail.vue
View file @
b7cc01fe
...
...
@@ -61,7 +61,7 @@
<Input
v-model=
"formValidate.parameters"
type=
"textarea"
rows=
"3"
:
rows=
"3"
style=
"width:634px;"
></Input>
</FormItem>
...
...
@@ -71,7 +71,7 @@
<Input
v-model=
"formValidate.exception"
type=
"textarea"
rows=
"3"
:
rows=
"3"
style=
"width:634px;"
></Input>
</FormItem>
...
...
pages/basicData/user/index.vue
View file @
b7cc01fe
...
...
@@ -21,7 +21,7 @@
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
placeholder=
"请输入姓名
或者员工编号进行搜索
"
placeholder=
"请输入姓名
/员工编号
"
:high=
"true"
:height=
"tdHeight"
>
...
...
pages/processDesign/ChangeSingle/unqualifiedorder/trialOrder.vue
View file @
b7cc01fe
...
...
@@ -169,8 +169,8 @@ export default {
},
formcontextdata
:
{
measures
:
''
,
triaLevel
:
''
,
conclusion
:
''
,
triaLevel
:
[]
,
conclusion
:
[]
,
causeAnalysis
:
''
,
},
formcontextclosedata
:
...
...
pages/system/host/index.vue
View file @
b7cc01fe
<
template
>
<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>
</Form></
template
>
<
template
slot=
"searchForm"
>
...
...
pages/system/tanant/index.vue
View file @
b7cc01fe
...
...
@@ -4,7 +4,7 @@
<template
slot=
"easySearch"
>
<Form
ref=
"formInline"
:model=
"easySearch"
inline
>
<FormItem
prop=
"keys"
>
<Input
placeholder=
"请输入
关键字公司名称/公司编码"
v-model=
"easySearch.keys.value"
/>
<Input
placeholder=
"请输入
公司名称/公司编码"
v-model=
"easySearch.keys.value"
class=
"w200"
/>
</FormItem>
<FormItem>
<Button
type=
"primary"
@
click=
"search"
>
查询
</Button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment