ZaiZai il y a 1 an
Parent
commit
b1ea535a72
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>