Compare commits
No commits in common. "4fb91763c1ad40dbcd50a955ed16fa49f51279e8" and "00b050131e80dad749f5ba5f396a2a162cc8dfa4" have entirely different histories.
4fb91763c1
...
00b050131e
|
@ -79,9 +79,8 @@
|
|||
<el-col :span="fontSize==2?12:12" class="item-data">
|
||||
<img src="images/title_icon.png"><span class="sp-lbl sp-lbl2">测量结果:</span>
|
||||
<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 == '2'" type="success">不合格</el-tag>
|
||||
<el-tag v-else type="danger">不合格</el-tag>
|
||||
</div>
|
||||
</el-col>
|
||||
<el-col :span="fontSize==2?12:12" class="item-data">
|
||||
|
|
Loading…
Reference in New Issue