Commit 5c903f34 by Mr. Lan

fix bug.

parent 2e0ad3cb
Showing with 1 additions and 1 deletions
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item v-if="form.menuType == 'F' || form.menuType == 'C'" label="权限标识"> <el-form-item v-if="form.menuType == 'F' || form.menuType == 'C'" label="权限标识" style="width: 90%">
<el-input v-model="form.permission" placeholder="请权限标识" maxlength="50" /> <el-input v-model="form.permission" placeholder="请权限标识" maxlength="50" />
</el-form-item> </el-form-item>
</el-col> </el-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment