This commit is contained in:
molong
2022-10-04 15:04:42 +08:00
parent d8e43f9e93
commit d2752116a7
217 changed files with 14866 additions and 4285 deletions

View File

@@ -5,7 +5,7 @@
</el-col>
<template v-else>
<el-col :lg="12">
<h2>{{form.meta.title || "新增菜单"}}</h2>
<h2>{{form.title || "新增菜单"}}</h2>
<el-form :model="form" :rules="rules" ref="dialogForm" label-width="80px" label-position="left">
<el-form-item label="显示名称" prop="title">
<el-input v-model="form.title" clearable placeholder="菜单显示名字"></el-input>