|
@@ -45,7 +45,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script setup lang="ts">
|
|
<script setup lang="ts">
|
|
-import { defineProps, defineEmits, withDefaults, ref } from 'vue'
|
|
|
|
|
|
+import { ref } from 'vue'
|
|
import { WarningOutlined } from '@ant-design/icons-vue'
|
|
import { WarningOutlined } from '@ant-design/icons-vue'
|
|
import * as eventAPI from '@/api/event'
|
|
import * as eventAPI from '@/api/event'
|
|
import { message } from 'ant-design-vue'
|
|
import { message } from 'ant-design-vue'
|