产值管理

This commit is contained in:
Teo
2025-08-02 15:31:28 +08:00
parent 4a5856f614
commit fbf9424960
13 changed files with 1646 additions and 34 deletions

View File

@ -0,0 +1,16 @@
<template>
<div>init</div>
</template>
<script lang="ts">
import { defineComponent } from 'vue';
export default defineComponent({
setup() {
// todo
return {};
}
});
</script>
<style lang="stylus" scoped></style>