2023-09-07 18:55:51 +08:00

12 lines
334 B
Vue

<template>
<Card title="政治面貌">
<div class="bottom-center">111</div>
</Card>
</template>
<script lang="ts" setup>
import Card from "@/components/card.vue";
import symbolIcon from "@/assets/images/lineSymbol.png";
import { onMounted, reactive, ref, onBeforeUnmount } from "vue";
</script>
<style lang="scss" scoped></style>