a252732ff1dc007d59e49592ef69a541e506dc7c.svn-base 231 B

1234567891011121314151617181920
  1. <template>
  2. <div class="app-container">
  3. 过程分析
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. name: 'ProcessAnalysis',
  9. data() {
  10. return { }
  11. },
  12. created() { },
  13. methods: { }
  14. }
  15. </script>