|
@@ -130,12 +130,17 @@
|
|
|
<div class="text item">
|
|
|
<el-form label-width="100px">
|
|
|
<el-row>
|
|
|
- <el-col :span="12">
|
|
|
+ <el-col :span="8">
|
|
|
+ <el-form-item label="编号:" style="margin-bottom: 5px">
|
|
|
+ <span>{{ this.workOrderId }}</span>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item label="标题:" style="margin-bottom: 5px">
|
|
|
<span>{{ processStructureValue.workOrder.title }}</span>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="12">
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item label="优先级:" style="margin-bottom: 0">
|
|
|
<span v-if="processStructureValue.workOrder.priority === 2">
|
|
|
<el-tag type="warning">紧急</el-tag>
|
|
@@ -316,7 +321,9 @@ export default {
|
|
|
TransferInversion
|
|
|
},
|
|
|
data() {
|
|
|
+ const query = this.$route.query;
|
|
|
return {
|
|
|
+ workOrderId: query.workOrderId,
|
|
|
isLoadingStatus: true,
|
|
|
currentNode: {
|
|
|
hideTpls: null,
|