|
@@ -7,7 +7,7 @@ import icon2 from '../images/icon-2.png'
|
|
|
import ArrowUp from '../images/arrow-up.png'
|
|
|
import ArrowUpActive from '../images/arrow-up-active.png'
|
|
|
import iconDownload from '../images/icon-download.png'
|
|
|
-import { Button, DatetimePicker, Icon, Popup, Toast } from 'vant'
|
|
|
+import { Button, DatetimePicker, Popup, Toast } from 'vant'
|
|
|
import Echats from './echats'
|
|
|
import ColHeader from '@/components/col-header'
|
|
|
import TheSticky from '@/components/the-sticky'
|
|
@@ -60,7 +60,7 @@ export default defineComponent({
|
|
|
|
|
|
const searchStatus = ref(false)
|
|
|
const currentType = ref<TIME_TYPE>(
|
|
|
- catchSearch.currentType !== undefined ? catchSearch.currentType : 'HALF_YEAR'
|
|
|
+ catchSearch.currentType !== undefined ? catchSearch.currentType : 'MONTH'
|
|
|
)
|
|
|
|
|
|
const searchObj = reactive({
|