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