feat(system-menu): 优化菜单样式配置功能
1. 修复收货计划跳转路径错误,将路径从/receive/plan调整为/wip/receive/plan 2. 重构菜单样式编辑区域:将单行输入框改为多行文本编辑器,支持快捷样式预设、格式校验和实时预览 3. 新增菜单样式JSON校验逻辑,支持验证格式合法性和无效CSS属性
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</el-form-item>
|
||||
<!-- 查找并选择,选择收货计划, 使用远程搜索 -->
|
||||
<el-alert v-if="noPlan" type="warning" title="今天还没有收货计划,点击创建" show-icon
|
||||
@click.native="$router.push('/receive/plan')"></el-alert>
|
||||
@click.native="$router.push('/wip/receive/plan')"></el-alert>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
|
||||
Reference in New Issue
Block a user