Prechádzať zdrojové kódy

按钮分配权限列表显示名称问题

yanliming 11 mesiacov pred
rodič
commit
8a490aaf5b
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      src/views/sys/role-permission.vue

+ 2 - 1
src/views/sys/role-permission.vue

@@ -95,7 +95,8 @@ export default {
           this.permList = jsonData.data.map(item => {
             return {
               id: item.id,
-              description: item.method + " " + item.path + " " + item.summary
+              //description: item.method + " " + item.path + " " + item.summary
+              description: item.summary
             };
           });