Commit 71e0cf9a by 潘建波

添加资源占用

1 parent d3c55489
......@@ -29,7 +29,7 @@
</el-form-item>
<el-form-item label="场景占用">
<el-input
v-model="formData.task_algo_type"
v-model="formData.resource_use"
placeholder="请选择"
:popper-append-to-body="false"
>
......@@ -68,7 +68,7 @@
</el-form-item>
<el-form-item label="设备类型">
<el-input
v-model="formData.priority"
v-model="formData.plate_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();
......
......@@ -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>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!