|
|
@@ -117,6 +117,8 @@
|
|
117
|
117
|
/>
|
|
118
|
118
|
</el-form-item>
|
|
119
|
119
|
</el-col>
|
|
|
120
|
+ </el-row>
|
|
|
121
|
+ <el-row>
|
|
120
|
122
|
<el-col :span="24">
|
|
121
|
123
|
<el-form-item label="菜单类型" prop="menuType">
|
|
122
|
124
|
<el-radio-group v-model="form.menuType">
|
|
|
@@ -126,6 +128,8 @@
|
|
126
|
128
|
</el-radio-group>
|
|
127
|
129
|
</el-form-item>
|
|
128
|
130
|
</el-col>
|
|
|
131
|
+ </el-row>
|
|
|
132
|
+ <el-row>
|
|
129
|
133
|
<el-col :span="24" v-if="form.menuType != 'F'">
|
|
130
|
134
|
<el-form-item label="菜单图标" prop="icon">
|
|
131
|
135
|
<el-popover
|
|
|
@@ -147,6 +151,8 @@
|
|
147
|
151
|
</el-popover>
|
|
148
|
152
|
</el-form-item>
|
|
149
|
153
|
</el-col>
|
|
|
154
|
+ </el-row>
|
|
|
155
|
+ <el-row>
|
|
150
|
156
|
<el-col :span="12">
|
|
151
|
157
|
<el-form-item label="菜单名称" prop="menuName">
|
|
152
|
158
|
<el-input v-model="form.menuName" placeholder="请输入菜单名称" />
|
|
|
@@ -157,6 +163,8 @@
|
|
157
|
163
|
<el-input-number v-model="form.orderNum" controls-position="right" :min="0" />
|
|
158
|
164
|
</el-form-item>
|
|
159
|
165
|
</el-col>
|
|
|
166
|
+ </el-row>
|
|
|
167
|
+ <el-row>
|
|
160
|
168
|
<el-col :span="12" v-if="form.menuType != 'F'">
|
|
161
|
169
|
<el-form-item prop="isFrame">
|
|
162
|
170
|
<span slot="label">
|
|
|
@@ -182,6 +190,8 @@
|
|
182
|
190
|
<el-input v-model="form.path" placeholder="请输入路由地址" />
|
|
183
|
191
|
</el-form-item>
|
|
184
|
192
|
</el-col>
|
|
|
193
|
+ </el-row>
|
|
|
194
|
+ <el-row>
|
|
185
|
195
|
<el-col :span="12" v-if="form.menuType == 'C'">
|
|
186
|
196
|
<el-form-item prop="component">
|
|
187
|
197
|
<span slot="label">
|
|
|
@@ -204,6 +214,8 @@
|
|
204
|
214
|
</span>
|
|
205
|
215
|
</el-form-item>
|
|
206
|
216
|
</el-col>
|
|
|
217
|
+ </el-row>
|
|
|
218
|
+ <el-row>
|
|
207
|
219
|
<el-col :span="12" v-if="form.menuType == 'C'">
|
|
208
|
220
|
<el-form-item prop="query">
|
|
209
|
221
|
<el-input v-model="form.query" placeholder="请输入路由参数" maxlength="255" />
|
|
|
@@ -229,6 +241,8 @@
|
|
229
|
241
|
</el-radio-group>
|
|
230
|
242
|
</el-form-item>
|
|
231
|
243
|
</el-col>
|
|
|
244
|
+ </el-row>
|
|
|
245
|
+ <el-row>
|
|
232
|
246
|
<el-col :span="12" v-if="form.menuType != 'F'">
|
|
233
|
247
|
<el-form-item prop="visible">
|
|
234
|
248
|
<span slot="label">
|