modify bomTechAndFiring

This commit is contained in:
lb
2023-07-19 09:10:19 +08:00
parent eaf91c90b9
commit d1e7dc4d05
3 changed files with 270 additions and 5 deletions

View File

@@ -0,0 +1,25 @@
<!--
filename: detail.vue
author: liubin
date: 2023-07-19 09:00:13
description:
-->
<template></template>
<script>
export default {
name: "BomTechAndFiringDetail",
components: {},
props: {},
data() {
return {}
},
computed: {},
methods: {},
}
</script>
<style scoped lang="scss">
</style>

View File

@@ -0,0 +1,25 @@
<!--
filename: edit.vue
author: liubin
date: 2023-07-19 09:00:04
description:
-->
<template></template>
<script>
export default {
name: "BomTechAndFiringEdit",
components: {},
props: {},
data() {
return {}
},
computed: {},
methods: {},
}
</script>
<style scoped lang="scss">
</style>