Newer
Older
smart-metering-front / src / views / system / tool / signature / signature.vue
liyaguang on 1 Dec 2022 150 bytes feat: 新建常用工具路由和菜单
<!-- 签章管理 -->
<script lang="ts" setup></script>
<template>
  <div>
    签章管理
  </div>
</template>
<style lang="scss" scoped>

</style>