应用层PC端前端服务

arbitrationRaeview.vue 166B

123456789101112131415
  1. <template>
  2. <div>
  3. arbitrationRaeview 仲裁审核
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. }
  9. </script>
  10. <style scoped>
  11. </style>