更新UI
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user