소스 검색

调整

master
zouhantao 3 주 전
부모
커밋
f1bf4f9af2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/views/inventoryControl/newInventory/cardDeviceManagement/index.vue

+ 1
- 1
src/views/inventoryControl/newInventory/cardDeviceManagement/index.vue 파일 보기

@@ -25,7 +25,7 @@
<el-button type="success" size="small" @click="handleAudit(scope.$index, scope.scope.row, 2)">
一发信息查询
</el-button>
<el-button type="success" size="small" @click="lossReporting(scope)">
<el-button type="success" size="small" @click="lossReporting(scope)" v-if="(scope.scope.row.status === 'NEW')">
报损
</el-button>
</template>

Loading…
취소
저장