src/views/statisticalQueryManagement/businessStatisticsDetail.vue
@@ -1,5 +1,5 @@ <template> <basic-container> <basic-container class="businessDetail"> <avue-crud :option="tableOption" :table-loading="loading" @@ -149,7 +149,7 @@ // display: false }, { label: "保安公司名称", label: "企业名称", width: 300, prop: "deptName", display: false @@ -342,4 +342,8 @@ } }; </script> <style lang="scss" scoped></style> <style lang="scss" scoped> .businessDetail{ height: 50%; } </style>