소스 검색

Merge branch 'ctt_dev' into dev

dev
chutingting 1 년 전
부모
커밋
c57b72a200
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -0
      src/types/auto-imports.d.ts
  2. +1
    -1
      src/views/my/coindeduc.vue

+ 2
- 0
src/types/auto-imports.d.ts 파일 보기

@@ -2,6 +2,7 @@
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
const ElForm: typeof import('element-plus/es')['ElForm']
const ElMessage: typeof import('element-plus/es')['ElMessage']
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
@@ -270,6 +271,7 @@ import { UnwrapRef } from 'vue'
declare module 'vue' {
interface ComponentCustomProperties {
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
readonly ElForm: UnwrapRef<typeof import('element-plus/es')['ElForm']>
readonly ElMessage: UnwrapRef<typeof import('element-plus/es')['ElMessage']>
readonly ElMessageBox: UnwrapRef<typeof import('element-plus/es')['ElMessageBox']>
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>


+ 1
- 1
src/views/my/coindeduc.vue 파일 보기

@@ -30,7 +30,7 @@
align="center"
>
<template #default="scope">
{{ getDate(scope.row.createTime) }}
{{ getDate(scope.row.createDate) }}
</template>
</el-table-column>
<el-table-column


불러오는 중...
취소
저장