| | |
| | | <view v-if="item.result==null || item.result=='未完成'" class="watermark pending"> |
| | | {{ getStatusText(item.result) }} |
| | | </view> |
| | | <view class="description-text">{{ item.projName }}</view> |
| | | <view class="description-text">{{ getInspectionDescription(item) }}</view> |
| | | </td> |
| | | <td> |
| | | <button v-if="item.isCheck >= item.levelNum" class="record-btn" @click="toDetail(item)">查看</button> |
| | |
| | | } |
| | | }, |
| | | |
| | | getInspectionDescription(item) { |
| | | // 取ITEM_MOD字段的值 |
| | | if (item.itemMod && item.itemMod.trim() !== '') { |
| | | return item.itemMod; |
| | | } else { |
| | | return '检验项目详情'; |
| | | } |
| | | }, |
| | | |
| | | removeXJ() { |
| | | if (this.formData.id) { |
| | | this.$post({ |