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
be25158c
Commit
be25158c
authored
Oct 14, 2020
by
骆瑛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
3760a310
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
175 additions
and
168 deletions
+175
-168
excute.vue
pages/aps/aps/components/excute.vue
+10
-1
index.vue
pages/aps/aps/index.vue
+0
-1
index.js
plugins/request/index.js
+165
-166
No files found.
pages/aps/aps/components/excute.vue
View file @
be25158c
...
@@ -132,6 +132,7 @@ export default {
...
@@ -132,6 +132,7 @@ export default {
width
:
140
,
width
:
140
,
hide
:
true
hide
:
true
},
},
{
{
key
:
"plan_finish"
,
key
:
"plan_finish"
,
title
:
this
.
l
(
"plan_finish"
),
title
:
this
.
l
(
"plan_finish"
),
...
@@ -147,6 +148,14 @@ export default {
...
@@ -147,6 +148,14 @@ export default {
easy
:
true
,
easy
:
true
,
high
:
true
high
:
true
},
},
{
key
:
"aaa"
,
title
:
'设备类型信息'
,
align
:
"left"
,
easy
:
true
,
high
:
true
,
// hide: true
},
{
{
key
:
"setup_time"
,
key
:
"setup_time"
,
title
:
this
.
l
(
"setup_time"
),
title
:
this
.
l
(
"setup_time"
),
...
@@ -220,7 +229,7 @@ export default {
...
@@ -220,7 +229,7 @@ export default {
easy
:
true
,
easy
:
true
,
high
:
true
,
high
:
true
,
hide
:
true
hide
:
true
},
},
{
{
key
:
"cal_id"
,
key
:
"cal_id"
,
title
:
this
.
l
(
"cal_id"
),
title
:
this
.
l
(
"cal_id"
),
...
...
pages/aps/aps/index.vue
View file @
be25158c
...
@@ -427,7 +427,6 @@ export default {
...
@@ -427,7 +427,6 @@ export default {
}
}
});
});
},
},
addOk
()
{
addOk
()
{
this
.
list
=
[];
this
.
list
=
[];
this
.
loadList
();
this
.
loadList
();
...
...
plugins/request/index.js
View file @
be25158c
This diff is collapsed.
Click to expand it.
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