|
|
@@ -322,7 +322,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-divider></el-divider>
|
|
|
- <div class="deploy-record">
|
|
|
+ <div class="deploy-record" v-if="depolyStatusObj.createTime">
|
|
|
<div class="deploy">
|
|
|
<div class="content">
|
|
|
<div class="title body">操作时间:</div>
|
|
|
@@ -330,7 +330,7 @@
|
|
|
</div>
|
|
|
<div class="content" v-if="depolyStatusObj.operateType && currentDepoly">
|
|
|
<div class="title body">操作模式:</div>
|
|
|
- <div class="body" v-if="depolyStatusObj.operateType">{{ (currentDepoly == 'audited' || currentDepoly == 'reviewed' || currentDepoly == 'cooked')?'人工':depolyStatusObj.operateType=='0'?'自动化':'手动' }}</div>
|
|
|
+ <div class="body" v-if="depolyStatusObj.operateType">{{ (currentDepoly == 'audited' || currentDepoly == 'reviewed' || currentDepoly == 'cooked')?'人工':depolyStatusObj.operateType=='0'?'自动化':'人工' }}</div>
|
|
|
</div>
|
|
|
<div class="content" v-if="(currentDepoly == 'audited' || currentDepoly == 'reviewed' || currentDepoly == 'cooked') || depolyStatusObj.operateType!=='0'">
|
|
|
<div class="title body">操作人:</div>
|
|
|
@@ -339,6 +339,7 @@
|
|
|
<div class="content" style="justify-content: flex-start;" v-if="(currentDepoly !== 'audited' && currentDepoly !== 'reviewed' && currentDepoly !== 'cooked') && depolyStatusObj.operateType=='0'">
|
|
|
<div class="title body">设备编号:</div>
|
|
|
<div class="body" v-if="depolyStatusObj.deviceNo">{{ depolyStatusObj.deviceNo }}</div>
|
|
|
+ <div class="body" v-else> </div>
|
|
|
</div>
|
|
|
<div class="content" v-if="(currentDepoly == 'audited' || currentDepoly == 'allocated' || currentDepoly == 'reviewed' || currentDepoly == 'soaked' || currentDepoly == 'cooked') || depolyStatusObj.operateType!=='0'">
|
|
|
<div class="title body">备注信息:</div>
|