秀山账号管理完成
This commit is contained in:
@@ -51,9 +51,6 @@
|
|||||||
<el-form-item label="行政地区" prop="areaId">
|
<el-form-item label="行政地区" prop="areaId">
|
||||||
<ai-area-get v-model="account.areaId" :instance="instance"/>
|
<ai-area-get v-model="account.areaId" :instance="instance"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="职务" prop="position">
|
|
||||||
<el-input placeholder="请输入职务" clearable v-model="account.position"/>
|
|
||||||
</el-form-item>
|
|
||||||
</el-form>
|
</el-form>
|
||||||
</ai-dialog>
|
</ai-dialog>
|
||||||
<ai-dialog title="功能分配" :visible.sync="dialog" width="800px" @open="initDialogData" @onConfirm="updateAccount">
|
<ai-dialog title="功能分配" :visible.sync="dialog" width="800px" @open="initDialogData" @onConfirm="updateAccount">
|
||||||
@@ -113,7 +110,6 @@ export default {
|
|||||||
return [
|
return [
|
||||||
{type: 'selection', align: 'center'},
|
{type: 'selection', align: 'center'},
|
||||||
{label: "姓名", slot: "name"},
|
{label: "姓名", slot: "name"},
|
||||||
{label: "职务", prop: "position", align: 'center', width: "120px"},
|
|
||||||
{label: "联系方式", prop: "phone", align: 'center', width: "120px"},
|
{label: "联系方式", prop: "phone", align: 'center', width: "120px"},
|
||||||
{label: "账号角色", prop: "roleName", width: "120px", align: '120px'},
|
{label: "账号角色", prop: "roleName", width: "120px", align: '120px'},
|
||||||
{label: "地区", prop: "areaName"},
|
{label: "地区", prop: "areaName"},
|
||||||
|
|||||||
Reference in New Issue
Block a user