Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
fanxing_new
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 71e0cf9a
authored
Mar 06, 2020
by
潘建波
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加资源占用
1 parent
d3c55489
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
src/views/taskManage/editSet.vue
src/views/taskManage/index.vue
src/views/taskManage/editSet.vue
View file @
71e0cf9
...
...
@@ -29,7 +29,7 @@
</el-form-item>
<el-form-item
label=
"场景占用"
>
<el-input
v-model=
"formData.
task_algo_typ
e"
v-model=
"formData.
resource_us
e"
placeholder=
"请选择"
:popper-append-to-body=
"false"
>
...
...
@@ -68,7 +68,7 @@
</el-form-item>
<el-form-item
label=
"设备类型"
>
<el-input
v-model=
"formData.p
riority
"
v-model=
"formData.p
late_type
"
placeholder=
"请选择"
></el-input>
</el-form-item>
...
...
@@ -187,10 +187,11 @@ export default {
end_dt
:
this
.
setUtcTime
(
this
.
formData
.
timer
[
1
]),
priority
:
this
.
formData
.
priority
,
store_conf_unid
:
this
.
formData
.
store_conf
.
unid
,
period
:
this
.
period
,
// plate_type: this.plate_type,
task_type
:
"normal"
,
// algo_comb_unid: '',
period
:
this
.
formData
.
period
,
plate_type
:
this
.
formData
.
plate_type
,
resource_use
:
this
.
formData
.
resource_use
,
task_type
:
"normal"
// algo_comb_unid: this.formData.store_conf,
};
let
formData
=
new
FormData
();
...
...
src/views/taskManage/index.vue
View file @
71e0cf9
...
...
@@ -116,7 +116,7 @@
label=
"存储配置"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"
resource_use
"
label=
"场景占用"
>
<el-table-column
align=
"center"
prop=
"
workers_count
"
label=
"场景占用"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"workers_count"
label=
"资源用量"
>
</el-table-column>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment