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