update 检测统计
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user