|
@@ -10,13 +10,11 @@
|
|
<el-form :inline="true" :model="form" ref="form" size="small" label-position="left" class="demo-form-inline">
|
|
<el-form :inline="true" :model="form" ref="form" size="small" label-position="left" class="demo-form-inline">
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
<el-form-item label="角色名称:">
|
|
<el-form-item label="角色名称:">
|
|
- <!-- <el-input v-model="form.rolename" placeholder="输入角色名称"></el-input> -->
|
|
|
|
<p>{{form.rolename}}</p>
|
|
<p>{{form.rolename}}</p>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
<el-form-item label="角色描述:">
|
|
<el-form-item label="角色描述:">
|
|
- <!-- <el-input v-model="form.remarks" placeholder="输入角色描述"></el-input> -->
|
|
|
|
<p>{{form.remarks}}</p>
|
|
<p>{{form.remarks}}</p>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -35,7 +33,7 @@
|
|
<tableLayout :layout="tablecols" :data="roleMainInfo.apps" height="500px" :custom="false" @rowClick="appoptionselect">
|
|
<tableLayout :layout="tablecols" :data="roleMainInfo.apps" height="500px" :custom="false" @rowClick="appoptionselect">
|
|
</tableLayout>
|
|
</tableLayout>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="12">
|
|
|
|
|
|
+ <el-col :span="11">
|
|
<el-row :gutter="40">
|
|
<el-row :gutter="40">
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
<p class="title">功能</p>
|
|
<p class="title">功能</p>
|