...
|
...
|
@@ -27,7 +27,7 @@ |
|
|
<div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #666666;font-size: 16px">
|
|
|
<img src="../src/style/img/fault/disItem.png">
|
|
|
<span style="margin: 0px 6px 0px 6px;width: 105px"> 诊断项</span>
|
|
|
<h class="text-link" @click="openDiagnosticItem('normal')">{{getFaultItemValue(dialTest,'diagnosticItem')}}</h>
|
|
|
<h class="text-link" @click="openDiagnosticItem()">{{getFaultItemValue(dialTest,'diagnosticItem')}}</h>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="text-align: left;display: flex;margin-top: 10px;">
|
...
|
...
|
|