This commit is contained in:
lxj
2025-09-12 14:21:31 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ const [BasicModal, modalApi] = useVbenModal({
},
});
const orderDetail = shallowRef<null | WorkOrdersVO>(null);
const orderDetail = ref<null | WorkOrdersVO>(null);
const handleRecords = ref<HandleRecords[]>([])
async function handleOpenChange(open: boolean) {

View File

@@ -704,7 +704,7 @@ onBeforeUnmount(() => {
}
.mian {
height: 100vh;
background: url('../../../assets/property/bg.png');
background: url('../../../assets/property/bg.jpg');
background-size: 100% 100%;
background-color: #081b3a;
display: flex;