作业详情时可看到监控设备
This commit is contained in:
parent
c2c9f32908
commit
1c625e08d5
|
@ -35,6 +35,9 @@
|
||||||
operationObj.coordinator_.name
|
operationObj.coordinator_.name
|
||||||
}}</span>
|
}}</span>
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="监控设备:" v-if="operationObj.vchannels">
|
||||||
|
<span v-for="item in operationObj.vchannels_" :key="item.id">{{ item.name }}({{item.code}})/</span>
|
||||||
|
</el-descriptions-item>
|
||||||
</el-descriptions>
|
</el-descriptions>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|
||||||
|
@ -60,7 +63,8 @@
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="预计开始" prop="start_time" width="150"></el-table-column>
|
<el-table-column label="预计开始" prop="start_time" width="150"></el-table-column>
|
||||||
<el-table-column label="作业部门" prop="dept_do" width="150" :show-overflow-tooltip="true"><template #default="scope">
|
<el-table-column label="作业部门" prop="dept_do" width="150" :show-overflow-tooltip="true"><template
|
||||||
|
#default="scope">
|
||||||
{{ scope.row.dept_do_.name }}
|
{{ scope.row.dept_do_.name }}
|
||||||
</template></el-table-column>
|
</template></el-table-column>
|
||||||
<el-table-column label="作业负责人" prop="charger"><template #default="scope">
|
<el-table-column label="作业负责人" prop="charger"><template #default="scope">
|
||||||
|
|
Loading…
Reference in New Issue