zouyu
2023-09-07 d762fc609a101b1a82576a54f835834f4e9cd9b9
src/views/inspectionManagement/commissionInspection/index.vue
@@ -39,7 +39,7 @@
                              v-else-if="viewId!=null">当前链接将在{{(parseInt(viewTime2)/60/60)>1?(parseInt(viewTime2)/60/60).toFixed(1)+'小时':Math.round(parseInt(viewTime2)/60)+'分钟'}}后过期</el-col>
                        </el-row>
                     </div>
                     <el-button slot="reference" class="rightBtn" type="primary" @click="goToaddCommision">新增委托</el-button>
                     <el-button size="small" slot="reference" class="rightBtn" type="primary" @click="goToaddCommision">新增委托</el-button>
                  </el-popover>
               </el-form>
            </div>
@@ -251,7 +251,7 @@
            this.addReportDialog = false
         },
         checkSelect(row) {
            if (row.type === 1) {
            if (row.inspection_status === 2) {
               return false;
            } else {
               return true;