Compare commits

..

No commits in common. "4fb91763c1ad40dbcd50a955ed16fa49f51279e8" and "00b050131e80dad749f5ba5f396a2a162cc8dfa4" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -79,9 +79,8 @@
<el-col :span="fontSize==2?12:12" class="item-data"> <el-col :span="fontSize==2?12:12" class="item-data">
<img src="images/title_icon.png"><span class="sp-lbl sp-lbl2">测量结果:</span> <img src="images/title_icon.png"><span class="sp-lbl sp-lbl2">测量结果:</span>
<div class="div-text"> <div class="div-text">
<el-tag v-if="it.measureResult == null " type="success"></el-tag>
<el-tag v-if="it.measureResult == '1'" type="success"></el-tag> <el-tag v-if="it.measureResult == '1'" type="success"></el-tag>
<el-tag v-if="it.measureResult == '2'" type="success"></el-tag> <el-tag v-else type="danger">不合格</el-tag>
</div> </div>
</el-col> </el-col>
<el-col :span="fontSize==2?12:12" class="item-data"> <el-col :span="fontSize==2?12:12" class="item-data">