heyujie
2021-10-12 2b6c61d26e63b1ed0c92f9d99120d7b5b387dca9
src/pages/shuohuangMonitorAnalyze/components/timeShortcut.vue
@@ -13,7 +13,13 @@
export default {
  data () {
    return {
      actPicker: 'today',
      //actPicker: 'today',
    }
  },
  props: {
    actPicker:{
      type: String,
      default: 'year'  //现提供可选参数为:today week month year
    }
  },
  watch: {
@@ -68,6 +74,7 @@
<style lang="scss">
.time-shortcut {
  margin-right: 62px;
  ul {
    display: flex;
    li {