提交 248a118b 编写于 作者: K klausY

yx

上级 f3f81529
...@@ -62,6 +62,9 @@ ...@@ -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 { ...@@ -216,4 +219,7 @@ export default {
float: right; float: right;
} }
} }
.warning {
color: #DC143C;
}
</style> </style>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册