update 检测统计

This commit is contained in:
lb
2023-08-04 16:51:26 +08:00
parent 1c7e908d2e
commit 8fd1504dc0
2 changed files with 140 additions and 49 deletions

View File

@@ -26,7 +26,12 @@
export default {
name: 'SummaryTable',
components: {},
props: {},
props: {
list: {
type: Array,
default: () => [],
},
},
data() {
return {
queryParams: {
@@ -60,7 +65,6 @@ export default {
align: 'center',
},
],
list: [{}],
};
},
computed: {},