klausY 5 years ago
parent
commit
248a118b5a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      QMPlusVuePage/src/view/superAdmin/menu/menu.vue

+ 6 - 0
QMPlusVuePage/src/view/superAdmin/menu/menu.vue

@@ -62,6 +62,9 @@
           <el-input autocomplete="off" v-model="form.sort"></el-input>
         </el-form-item>
       </el-form>
+        <div class="warning">
+            新增菜单需要在角色管理内配置权限才可使用
+        </div>
       <div class="dialog-footer" slot="footer">
         <el-button @click="closeDialog">取 消</el-button>
         <el-button @click="enterDialog" type="primary">确 定</el-button>
@@ -216,4 +219,7 @@ export default {
     float: right;
   }
 }
+.warning {
+  color: #DC143C;
+}
 </style>