zhangjie 2 년 전
부모
커밋
0ce9f2a428
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/modules/base/views/CardManage.vue

+ 3 - 3
src/modules/base/views/CardManage.vue

@@ -133,7 +133,7 @@
               v-if="
                 checkPrivilege('link', 'delete') &&
                 scope.row.type !== 'CUSTOM' &&
-                scope.row.used
+                !scope.row.used
               "
               class="btn-danger"
               type="text"
@@ -144,7 +144,7 @@
               v-if="
                 checkPrivilege('link', 'edit') &&
                 scope.row.createMethod !== 'UPLOAD' &&
-                scope.row.used
+                !scope.row.used
               "
               class="btn-primary"
               type="text"
@@ -155,7 +155,7 @@
               v-if="
                 checkPrivilege('link', 'edit') &&
                 scope.row.type !== 'CUSTOM' &&
-                scope.row.used
+                !scope.row.used
               "
               class="btn-primary"
               type="text"