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>