wupengfei
2025-08-07 d189050f3e07b54d428bb90333b04de605ab25a6
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
  <div>SignDetailView</div>
</template>
 
<script setup lang="ts">
defineOptions({
  name: 'SignDetailView',
});
</script>
 
<style lang="scss" scoped>
@use '@/style/common.scss' as *;
</style>