工单小程序2024-11-20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
240 B

5 months ago
  1. <template>
  2. <view>
  3. <navbar
  4. title="工序卡4"
  5. leftClick
  6. @leftClick="$utils.navigateBack"/>
  7. </view>
  8. </template>
  9. <script>
  10. export default {
  11. data() {
  12. return {
  13. }
  14. },
  15. methods: {
  16. }
  17. }
  18. </script>
  19. <style>
  20. </style>