问题修改
This commit is contained in:
parent
aa72cbfd09
commit
5a506d216e
|
|
@ -80,6 +80,7 @@
|
|||
|
||||
<!-- 右侧:状态 -->
|
||||
<view class="right-section">
|
||||
<uni-tag v-if="item.dataStatus !== 0" text="定损单" type="warning" style="margin-right: 5px" custom-style="warningStyle"/>
|
||||
<view class="status-tag" :class="getStatusClass(item.status)">
|
||||
{{ getStatusText(item.status) }}
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
<span class="sub-code">{{ `${item.backCode}-${item.level}` }}</span>
|
||||
</div>
|
||||
<div class="title-right">
|
||||
<!-- <uni-tag v-if="item.dataStatus == 1" text="定损单" type="warning" style="margin-right: 5px" custom-style="warningStyle"/>-->
|
||||
<uni-tag v-if="item.num !== 0" text="定损单" type="warning" style="margin-right: 5px" custom-style="warningStyle"/>
|
||||
<uni-tag v-if="item.repairStatusCode == 0" text="未完成" type="warning" custom-style="warningStyle"/>
|
||||
<uni-tag v-if="item.repairStatusCode == 1" text="已完成" type="success" custom-style="successStyle"/>
|
||||
<uni-tag v-if="item.repairStatusCode == 2" text="已驳回" type="warning" custom-style="warningStyle"/>
|
||||
|
|
|
|||
|
|
@ -117,26 +117,26 @@ const newInfoList = ref([
|
|||
url: '/pages/devicesSearch/ocrSearch',
|
||||
iconSrc: '../../static/searchModel/qrCode.png',
|
||||
},
|
||||
// {
|
||||
// title: 'OCR查询2',
|
||||
// url: '/pages/devicesSearch/ocrSearch2',
|
||||
// iconSrc: '../../static/searchModel/qrCode.png',
|
||||
// },
|
||||
// {
|
||||
// title: 'OCR查询3',
|
||||
// url: '/pages/devicesSearch/ocrSearch3',
|
||||
// iconSrc: '../../static/searchModel/qrCode.png',
|
||||
// },
|
||||
// {
|
||||
// title: 'OCR查询4',
|
||||
// url: '/pages/devicesSearch/ocrSearch4',
|
||||
// iconSrc: '../../static/searchModel/qrCode.png',
|
||||
// },
|
||||
// {
|
||||
// title: 'OCR查询5',
|
||||
// url: '/pages/devicesSearch/ocrSearch5',
|
||||
// iconSrc: '../../static/searchModel/qrCode.png',
|
||||
// },
|
||||
{
|
||||
title: 'OCR查询2',
|
||||
url: '/pages/devicesSearch/ocrSearch2',
|
||||
iconSrc: '../../static/searchModel/qrCode.png',
|
||||
},
|
||||
{
|
||||
title: 'OCR查询3',
|
||||
url: '/pages/devicesSearch/ocrSearch3',
|
||||
iconSrc: '../../static/searchModel/qrCode.png',
|
||||
},
|
||||
{
|
||||
title: 'OCR查询4',
|
||||
url: '/pages/devicesSearch/ocrSearch4',
|
||||
iconSrc: '../../static/searchModel/qrCode.png',
|
||||
},
|
||||
{
|
||||
title: 'OCR查询5',
|
||||
url: '/pages/devicesSearch/ocrSearch5',
|
||||
iconSrc: '../../static/searchModel/qrCode.png',
|
||||
},
|
||||
{
|
||||
title: '设备编码查询',
|
||||
url: '/pages/devicesSearch/codeSearch',
|
||||
|
|
|
|||
Loading…
Reference in New Issue