bug
This commit is contained in:
parent
300cbddda4
commit
6d244e8aa8
@ -2178,6 +2178,8 @@ export default {
|
|||||||
.custom-tree-box{
|
.custom-tree-box{
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
.el-tree .el-tree-node__content .el-checkbox {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
@ -91,6 +91,7 @@
|
|||||||
<el-tag v-if="scope.row.mtStatus == 0">未绑</el-tag>
|
<el-tag v-if="scope.row.mtStatus == 0">未绑</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column label="所绑员工" align="center" prop="staffName" />
|
||||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
|
Loading…
Reference in New Issue
Block a user