| src/pages/inspectionUpload/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/inspectionUpload/index.vue
@@ -64,8 +64,7 @@ <view class="detail-item"> <text class="detail-label">巡检状态</text> <view class="detail-value"> <uni-tag v-if="item.fileStatus==2" text="已完成" size="small" type="success" inverted></uni-tag> <uni-tag v-else-if="item.fileStatus==1" text="巡检中" size="small" type="primary" inverted></uni-tag> <uni-tag v-if="item.status=='已巡检'" text="已巡检" size="small" type="success" inverted></uni-tag> <uni-tag v-else="" text="未巡检" size="small" type="warning" inverted></uni-tag> </view> </view>