|
@@ -12,7 +12,7 @@
|
|
|
<div class="one">
|
|
<div class="one">
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
<div
|
|
<div
|
|
|
- :class="item.deviceStatus === '使用' ? 'triangle' : item.deviceStatus === '停用' ? 'triangleRed' : 'triangleYellow'">
|
|
|
|
|
|
|
+ :class="item.deviceStatus === '合格' ? 'triangle' : item.deviceStatus === '停用' ? 'triangleRed' : 'triangleYellow'">
|
|
|
<div class="label" style="border: 0;">{{ item.prove }}</div>
|
|
<div class="label" style="border: 0;">{{ item.prove }}</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="position: absolute;top: 25px;width: 100%;">
|
|
<div style="position: absolute;top: 25px;width: 100%;">
|
|
@@ -197,7 +197,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
switchProve(status) {
|
|
switchProve(status) {
|
|
|
switch (status) {
|
|
switch (status) {
|
|
|
- case '使用':
|
|
|
|
|
|
|
+ case '合格':
|
|
|
return "合格证"
|
|
return "合格证"
|
|
|
case '停用':
|
|
case '停用':
|
|
|
return "停用证"
|
|
return "停用证"
|
|
@@ -209,7 +209,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
switchSlogan(status) {
|
|
switchSlogan(status) {
|
|
|
switch (status) {
|
|
switch (status) {
|
|
|
- case '使用':
|
|
|
|
|
|
|
+ case '合格':
|
|
|
return "PASS"
|
|
return "PASS"
|
|
|
case '停用':
|
|
case '停用':
|
|
|
return "STOP"
|
|
return "STOP"
|