@ -48,6 +48,7 @@
ref="table"
:data="crud.data"
:cell-class-name="cell"
:loading="crud.downloadLoading"
style="min-width: 100%"
height="calc(100vh - 315px)"
@selection-change="selectionChangeHandler"
@ -296,7 +296,9 @@ export default {
}
},
handleClose() {
this.getTreeMenu()
this.getCateMenu()
this.tableData = []
@ -42,7 +42,7 @@ export default {
::v-deep .el-step__icon.is-text{
.el-step__icon-inner{
color: #ccc;
color: #339CFF;
::v-deep .el-step__head.is-process{
@ -271,4 +271,7 @@ export default {
margin-bottom: 20px;
::v-deep ::-webkit-scrollbar-corner{
background: transparent;
</style>