|
@@ -20,17 +20,18 @@
|
|
<div class="text item">
|
|
<div class="text item">
|
|
<el-form label-width="100px">
|
|
<el-form label-width="100px">
|
|
<el-row>
|
|
<el-row>
|
|
- <el-col :span="4">
|
|
|
|
|
|
+ <el-col :span="6">
|
|
<el-form-item label="编号(ID):" style="margin-bottom: 5px">
|
|
<el-form-item label="编号(ID):" style="margin-bottom: 5px">
|
|
<span>{{ this.workOrderId }}</span>
|
|
<span>{{ this.workOrderId }}</span>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="10">
|
|
|
|
|
|
+
|
|
|
|
+ <el-col :span="18">
|
|
<el-form-item label="标题:" style="margin-bottom: 5px">
|
|
<el-form-item label="标题:" style="margin-bottom: 5px">
|
|
<span>{{ processStructureValue.workOrder.title }}</span>
|
|
<span>{{ processStructureValue.workOrder.title }}</span>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="10">
|
|
|
|
|
|
+ <el-col :span="6">
|
|
<el-form-item label="优先级:" style="margin-bottom: 0">
|
|
<el-form-item label="优先级:" style="margin-bottom: 0">
|
|
<span v-if="processStructureValue.workOrder.priority === 2">
|
|
<span v-if="processStructureValue.workOrder.priority === 2">
|
|
<el-tag type="warning">紧急</el-tag>
|
|
<el-tag type="warning">紧急</el-tag>
|
|
@@ -45,6 +46,11 @@
|
|
</span>
|
|
</span>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+ <el-col :span="18">
|
|
|
|
+ <el-form-item label="工单类型:" style="margin-bottom: 5px">
|
|
|
|
+ <span>{{ processStructureValue.process.name }}</span>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</el-form>
|
|
</el-form>
|
|
</div>
|
|
</div>
|