特殊人群
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="update">
|
||||
<h3>更新统计</h3>
|
||||
<div class="information">
|
||||
<u-subsection :list="list" :current="1"></u-subsection>
|
||||
<u-subsection :list="list" :current="current"></u-subsection>
|
||||
|
||||
<div class="card_list">
|
||||
<div class="card">
|
||||
@@ -57,14 +57,18 @@ export default {
|
||||
name: '本年'
|
||||
}
|
||||
],
|
||||
current: 1,
|
||||
current: 0,
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
// this.getData()
|
||||
},
|
||||
mounted() {},
|
||||
methods: {},
|
||||
methods: {
|
||||
getData() {
|
||||
// this.
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user