bihuisong 1 rok pred
rodič
commit
1209bf69d7

+ 0 - 2
ruoyi-ui/src/views/authority/secret/index.vue

@@ -83,7 +83,6 @@
             type="text"
             icon="el-icon-edit"
             @click="handleUpdate(scope.row)"
-            :disabled = "scope.row.secretKey"
           >修改
           </el-button>
           <el-button
@@ -98,7 +97,6 @@
             type="text"
             icon="el-icon-delete"
             @click="handleDelete(scope.row)"
-            :disabled = "scope.row.secretKey"
           >删除
           </el-button>
         </template>