Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tianjin
Project
Project
Details
Activity
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
徐来柯
tianjin
Commits
6c4b60f1
Commit
6c4b60f1
authored
Feb 01, 2021
by
徐来柯
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://gitlab.com/970104719/tijing
into develop
parents
e285123b
a94629be
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
Record.vue
src/components/maintain/Record.vue
+3
-2
cpk.vue
src/views/cpk/cpk.vue
+2
-2
vue.config.js
vue.config.js
+1
-1
No files found.
src/components/maintain/Record.vue
View file @
6c4b60f1
...
...
@@ -3,7 +3,7 @@
* @Date: 2019-11-25 19:07:09
* @Author: 随风
* @LastEditors: Tao
* @LastEditTime: 2021-01-2
8 19:02:16
* @LastEditTime: 2021-01-2
9 19:34:04
-->
<
template
>
<div
class=
"public-table"
@
click=
"changeselect = false"
v-loading=
"this.$store.state.isShow"
...
...
@@ -103,7 +103,7 @@
<el-table-column
prop=
"FinishTime"
label=
"保养完成时间"
width=
"200"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"MaintenancePerson"
label=
"保养人"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"DeviceName"
label=
"设备名称"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"Remarks"
label=
"备注"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"
Close
Remarks"
label=
"备注"
:show-overflow-tooltip=
"true"
></el-table-column>
</el-table>
</div>
<div
class=
"pages-container"
>
...
...
@@ -733,6 +733,7 @@ export default {
`/api/MaintenanceManage/MaintenanceManage_GstRecord?argDeviceType=&argStartTime=
${
this
.
value1
}
&argTaskStatus=
${
a
}
&argEndTime=
${
this
.
value2
}
&argKeyword=
${
this
.
keyword
}
&argPageSize=
${
this
.
PageData
.
PageSize
}
&argPageIndex=
${
this
.
PageData
.
PageIndex
}
`
)
.
then
(
res
=>
{
console
.
log
(
'请求全部数据==>'
,
res
)
if
(
res
.
data
.
code
==
0
)
{
this
.
tableData1
=
res
.
data
.
data
.
DataList
;
this
.
PageData
=
res
.
data
.
data
.
ParameterList
;
...
...
src/views/cpk/cpk.vue
View file @
6c4b60f1
...
...
@@ -3,7 +3,7 @@
* @since: 2019-11-08 15:00:48
* @Author: jawnwa22
* @LastEditors: Tao
* @LastEditTime: 2021-01-29 1
3:50:21
* @LastEditTime: 2021-01-29 1
9:46:17
-->
<
template
>
<div
class=
"tapwater"
v-loading=
"this.$store.state.isShow"
...
...
@@ -1820,7 +1820,7 @@ export default {
this
.
$store
.
state
.
a
.
endtime
=
this
.
value2
;
this
.
$store
.
state
.
a
.
num
=
this
.
Number1
;
this
.
$store
.
state
.
one
=
2
;
if
(
res
.
data
.
code
==
1
)
{
if
(
res
.
data
.
code
!==
0
)
{
this
.
tipchange1
=
true
;
this
.
pdyd3
=
true
;
this
.
w
=
'这段时间无样本数据'
;
...
...
vue.config.js
View file @
6c4b60f1
...
...
@@ -3,7 +3,7 @@
* @Date: 2019-11-12 17:31:23
* @Author: Tao
* @LastEditors: Tao
* @LastEditTime: 2021-01-2
7 11:25:32
* @LastEditTime: 2021-01-2
9 19:20:40
*/
/**
* @description: vue-cli配置文件
...
...
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