工单对账模块

This commit is contained in:
2023-08-22 10:24:11 +08:00
parent 90e3353058
commit d8ea2408cf
9 changed files with 778 additions and 311 deletions

View File

@ -108,7 +108,8 @@ export default {
states:item.states.code
}
});
}
},
}
}
</script>

View File

@ -119,6 +119,7 @@ export default {
width: 100%;
height: 100%;
background-color: #F4F5F7;
overflow-y: auto;
}
.common {
@include wh(100%, 161px);