소스 검색

待测样品

ZaiZai 1 년 전
부모
커밋
b1ea535a72
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/tentative/detect/components/linkAssociation.vue

+ 1 - 1
src/views/tentative/detect/components/linkAssociation.vue

@@ -32,7 +32,7 @@
                     </template>
                     <template #action="{ row }">
                         <el-link v-if="row.id == currentId" type="success" @click="rowCancel(row)">取消选择</el-link>
-                        <el-link v-else type="primary" @click="rowSelect(row)">选择</el-link>
+                        <el-link v-else type="primary" :disabled="row.status !== 4" @click="rowSelect(row)">选择</el-link>
                     </template>
                 </hc-table>
                 <template #action>