surprise
2024-04-18 caceb47d790cedaf68ddcda983b6c38280d11d8e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<template>
  <div class="wgglright">
    <el-row>
      <el-col :span="24">
        <fwxq />
      </el-col>
    </el-row>
  </div>
</template>
 
<script>
import fwxq from "./fwxq.vue";
 
export default {
  components: { fwxq },
};
</script>
 
<style scoped>
</style>