feat:添加时间选择器的组件(10%)

This commit is contained in:
zhangyu
2021-06-21 11:29:26 +08:00
parent 5a02d866b8
commit e9dc7a7621
5 changed files with 89 additions and 27 deletions

View File

@@ -2,7 +2,7 @@ import { tableSort } from '@/utils/tools'
import { defaultPageSize, fromRoute, position } from '@/utils/constants'
import { get, del } from '@/utils/http'
import { ref } from 'vue'
import pagination from '@/components/common/pagination'
import pagination from '@/components/common/Pagination'
export default {
components: {
pagination