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>