Commit 3be75760 authored by jingnan's avatar jingnan 👀

装配执行增加“GACE升版中”标识

parent 4971e404
...@@ -53,6 +53,9 @@ ...@@ -53,6 +53,9 @@
<div v-show="!item.isOK" class="upgrade"> <div v-show="!item.isOK" class="upgrade">
升版中 升版中
</div> </div>
<div v-show="item.isGaceUpgrade" class="upgrade">
GACE升版中
</div>
</div> </div>
<div> <div>
<div v-show="item.firstCheckFlag === '是'"> <div v-show="item.firstCheckFlag === '是'">
...@@ -378,6 +381,7 @@ export default { ...@@ -378,6 +381,7 @@ export default {
isQualified: p.isQualified, isQualified: p.isQualified,
isExit: p.isExit, isExit: p.isExit,
isOK: p.planVer === p.extProcessPlan.gaceVersion, isOK: p.planVer === p.extProcessPlan.gaceVersion,
isGaceUpgrade: p.extProcessPlan.upgrade,
// // 例外放行 // // 例外放行
isException: p.isException isException: p.isException
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment