yujinwen 4 months ago
parent
commit
18c8ab0c6d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/riskLevel/RelationShip/Index.vue

+ 2 - 2
src/views/riskLevel/RelationShip/Index.vue

@@ -93,9 +93,9 @@ async function handleDel(e) {
         <el-table-column label="操作" width="160">
           <template #default="{ row }">
             <el-button type="primary" link @click="handleEdit(row)">编辑</el-button>
-            <el-button type="danger" link @click="handleDel(row)"
+            <!-- <el-button type="danger" link @click="handleDel(row)"
               >删除</el-button
-            >
+            > -->
           </template>
         </el-table-column>
       </el-table>