mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-23 07:15:08 +08:00
refactor: vue3.3 defineOptions
This commit is contained in:
@ -108,11 +108,14 @@
|
||||
<SignInRecordForm ref="formRef" @success="getList" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="SignInRecord">
|
||||
<script setup lang="ts">
|
||||
import { dateFormatter } from '@/utils/formatTime'
|
||||
import download from '@/utils/download'
|
||||
import * as SignInRecordApi from '@/api/point/signInRecord'
|
||||
import SignInRecordForm from './SignInRecordForm.vue'
|
||||
|
||||
defineOptions({ name: 'SignInRecord' })
|
||||
|
||||
const message = useMessage() // 消息弹窗
|
||||
const { t } = useI18n() // 国际化
|
||||
|
||||
|
Reference in New Issue
Block a user