add 工艺流程列表

This commit is contained in:
lb
2023-10-19 11:13:37 +08:00
parent fe7821cbd8
commit d121e408af
3 changed files with 166 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
<!--
filename: index.vue
author: liubin
date: 2023-10-18 12:25:46
description:
-->
<template>
<div>process flow vidivew</div>
</template>
<script>
export default {
name: 'ProcessFlowView',
components: {},
props: {},
data() {
return {};
},
computed: {},
methods: {},
};
</script>
<style scoped lang="scss"></style>