jiangping
2024-06-11 aeff5e4256f5390a369f48ebc0f519c1e482b608
admin/src/views/task/index.vue
@@ -184,7 +184,7 @@
          },
          {
            filed: 'selDate',
            type: 'daterange',
            type: 'datetimerange',
            label: '起始日期'
          },
          {
@@ -220,7 +220,7 @@
  },
  methods: {
    changeRadio (day) {
      const arr = [dayjs().subtract(day, 'day').format('YYYY-MM-DD'), dayjs().format('YYYY-MM-DD')]
      const arr = [dayjs().subtract(day, 'day').format('YYYY-MM-DD HH:mm:ss'), dayjs().format('YYYY-MM-DD HH:mm:ss')]
      this.$set(this.filters, 'selDate', arr)
      this.getList()
    },