This commit is contained in:
齐天大圣 2024-04-23 09:35:07 +08:00
parent 300cbddda4
commit 6d244e8aa8
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -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