瀏覽代碼

待测样品

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>