yunxinguanli
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<script setup lang='ts'>
|
||||
import { inject, ref } from 'vue'
|
||||
import type TableStore from '@/utils/tableStore'
|
||||
import DatePicker from '@/components/datePicker/index.vue'
|
||||
import DatePicker from '@/components/form/datePicker/index.vue'
|
||||
|
||||
const tableStore = inject('tableStore') as TableStore
|
||||
const date = ref([window.XEUtils.toDateString(new Date(), 'yyyy-MM-dd'), window.XEUtils.toDateString(new Date(), 'yyyy-MM-dd')])
|
||||
|
||||
Reference in New Issue
Block a user