zhangyuewww 3 years ago
parent
commit
ce94b98bfd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/houseSelfCollect/inspectionManagement.vue

+ 1 - 1
src/views/houseSelfCollect/inspectionManagement.vue

@@ -101,7 +101,7 @@
           <el-button @click="inspectInfo(scope.row, 4)" v-if="scope.row.confirm !='1'"
             v-hasPermission="`acquisitionManagement.acquisitionQuality.again`">复检</el-button>
           <div style="display: inline-block;"
-            v-if="scope.row.weighingManagement&&scope.row.weighingManagement.status=='已质检'">
+            v-if="scope.row.weighingManagement&&scope.row.weighingManagement.status=='已质检'||!scope.row.weighingManagement">
             <el-button @click="del(scope.row)" type="danger"
               v-hasPermission="`acquisitionManagement.acquisitionQuality.delete`">删除</el-button>
           </div>