|
|
@@ -1,19 +1,11 @@
|
|
|
<template>
|
|
|
<div style="width: 100%;padding-top: 1%;display: flex;" :style="{'height':heightAll+'px'}">
|
|
|
<div style="width: 98%;margin-left: 1%;">
|
|
|
- <div style="display: flex;width: 100%;align-items: center;margin-left: 0%;">
|
|
|
- <div>
|
|
|
- 组名称
|
|
|
- </div>
|
|
|
- <el-input size="mini" v-model="groupName" style="width: 10%;margin-left: 1%;" placeholder="" />
|
|
|
+ <div style="display: flex;width: 100%;align-items: center;margin-left:-1%;">
|
|
|
<div style="margin-left: 2%;">
|
|
|
任务名称
|
|
|
</div>
|
|
|
<el-input size="mini" v-model="jobName" style="width: 10%;margin-left: 1%;" placeholder="" />
|
|
|
- <div style="margin-left: 2%;">
|
|
|
- 执行器名称
|
|
|
- </div>
|
|
|
- <el-input size="mini" v-model="executorInfo" style="width: 10%;margin-left: 1%;" placeholder="" />
|
|
|
<div style="margin-left: 2%;">
|
|
|
状态
|
|
|
</div>
|