| | |
| | | <template> |
| | | <basic-container> |
| | | <el-form :inline="true" :model="formInline" class="demo-form-inline" label-width="120px" disabled> |
| | | <el-form-item label="流程标题"> |
| | | <el-form-item label="任务名称"> |
| | | <el-input v-model="formInline.processDefinitionName" placeholder=""></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="创建人"> |
| | |
| | | processDefinitionName: this.row.processDefinitionName || '', |
| | | taskName: this.row.taskName || '', |
| | | createTime: this.row.createTime || '', |
| | | startUserName: this.row.drawingNoEdition || '', |
| | | startUserName: this.row.startUserName || '', |
| | | drawingNoEdition: this.row.variables.drawingNoEdition || '', |
| | | craftEdition: this.row.variables.craftEdition || '', |
| | | machineCode: this.row.variables.machineCode || '', |