|
|
@ -116,7 +116,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
|
|
|
|
<!-- <el-tree-->
|
|
|
|
|
|
|
|
<!-- :data="mergeList"-->
|
|
|
|
|
|
|
|
<!-- :props="defaultProps"-->
|
|
|
|
|
|
|
|
<!-- node-key="id"-->
|
|
|
|
|
|
|
|
<!-- style="width: 50%"-->
|
|
|
|
|
|
|
|
<!-- default-expand-all-->
|
|
|
|
|
|
|
|
<!-- :expand-on-click-node="false"-->
|
|
|
|
|
|
|
|
<!-- :render-content="renderContent"-->
|
|
|
|
|
|
|
|
<!-- >-->
|
|
|
|
|
|
|
|
<!-- </el-tree>-->
|
|
|
|
|
|
|
|
</el-card>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<el-card style="width: 49%; float: left; margin-right: 0px;">
|
|
|
|
<el-card style="width: 49%; float: left; margin-right: 0px;">
|
|
|
|
<div slot="header" class="clearfix" style="margin-bottom: 20px;">
|
|
|
|
<div slot="header" class="clearfix" style="margin-bottom: 20px;">
|
|
|
@ -127,14 +137,14 @@
|
|
|
|
stripe
|
|
|
|
stripe
|
|
|
|
style="width: 100%">
|
|
|
|
style="width: 100%">
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
|
prop="userid"
|
|
|
|
prop="username"
|
|
|
|
label="用户ID"
|
|
|
|
label="账号"
|
|
|
|
min-width="20%">
|
|
|
|
min-width="20%">
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
|
prop="username"
|
|
|
|
prop="employeeName"
|
|
|
|
label="用户名"
|
|
|
|
label="用户名"
|
|
|
|
min-width="40%">
|
|
|
|
min-width="30%">
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
|
prop="isDirector"
|
|
|
|
prop="isDirector"
|
|
|
@ -182,27 +192,12 @@
|
|
|
|
</el-card>
|
|
|
|
</el-card>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <el-tree-->
|
|
|
|
|
|
|
|
<!-- :data="mergeList"-->
|
|
|
|
|
|
|
|
<!-- :props="defaultProps"-->
|
|
|
|
|
|
|
|
<!-- node-key="id"-->
|
|
|
|
|
|
|
|
<!-- style="width: 50%"-->
|
|
|
|
|
|
|
|
<!-- default-expand-all-->
|
|
|
|
|
|
|
|
<!-- :expand-on-click-node="false"-->
|
|
|
|
|
|
|
|
<!-- :render-content="renderContent"-->
|
|
|
|
|
|
|
|
<!-- >-->
|
|
|
|
|
|
|
|
<!-- </el-tree>-->
|
|
|
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--添加用户弹窗-->
|
|
|
|
<!--添加用户弹窗-->
|
|
|
|
<el-dialog
|
|
|
|
<el-dialog
|
|
|
|
title="用户列表"
|
|
|
|
title="用户列表"
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
:visible.sync="userFormVisible"
|
|
|
|
:visible.sync="userFormVisible"
|
|
|
|
class="dialog"
|
|
|
|
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-table v-loading="loading" :data="userList" ref="checkUserList"
|
|
|
|
<el-table v-loading="loading" :data="userList" ref="checkUserList"
|
|
|
|
@selection-change="handleUserSelectionChange"
|
|
|
|
@selection-change="handleUserSelectionChange"
|
|
|
@ -212,8 +207,8 @@
|
|
|
|
:reserve-selection="false"
|
|
|
|
:reserve-selection="false"
|
|
|
|
width="55">
|
|
|
|
width="55">
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="用户ID" prop="id" fixed></el-table-column>
|
|
|
|
<el-table-column label="账号" prop="userName" fixed></el-table-column>
|
|
|
|
<el-table-column label="用户名" prop="userName" fixed></el-table-column>
|
|
|
|
<el-table-column label="用户名" prop="employeeName" fixed></el-table-column>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
|
|
|
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
@ -236,7 +231,6 @@
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
:visible.sync="bussinessTypeFormVisible"
|
|
|
|
:visible.sync="bussinessTypeFormVisible"
|
|
|
|
class="dialog"
|
|
|
|
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-table v-loading="loading" :data="bussinessTypeList" ref="typeList"
|
|
|
|
<el-table v-loading="loading" :data="bussinessTypeList" ref="typeList"
|
|
|
|
@selection-change="handleBussinessTypeSelectionChange"
|
|
|
|
@selection-change="handleBussinessTypeSelectionChange"
|
|
|
|