|
@@ -69,7 +69,7 @@
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<!-- 添加角色弹窗 -->
|
|
|
- <el-dialog :title="titles" :visible.sync="addDialogVisible" width="600" :before-close="handleClose">
|
|
|
+ <el-dialog :title="titles" :visible.sync="addDialogVisible" width="600px" :before-close="handleClose">
|
|
|
<div>
|
|
|
<el-form ref="form" :model="form" label-width="80px">
|
|
|
<el-form-item label="角色名称">
|
|
@@ -79,7 +79,7 @@
|
|
|
<el-input type="textarea" v-model="form.roleDescribe" clearable></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item>
|
|
|
- <el-button type="primary" @click="onSubmit()">{{addTil}}</el-button>
|
|
|
+ <el-button style="float: right" type="primary" @click="onSubmit()">确定</el-button>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
</div>
|