Skip to content
  • This project
    • Loading...
  • Sign in

bdc / bdcdj-web

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • bdcdj-web
  • src
  • views
  • ywbl
  • ydsq
  • ydsq.vue
  • renchao@pashanhoo.com's avatar
    style:登记薄补录信息删除功能的完善 · 6f39450e
    6f39450e Browse Files
    renchao@pashanhoo.com committed 2023-10-18 14:09:52 +0800
ydsq.vue 414 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
<!--
 * @Author: yangwei
 * @Date: 2023-09-06 09:19:56
 * @LastEditors: Please set LastEditors
 * @LastEditTime: 2023-10-18 13:51:00
-->
<template>
  <div>
    <el-empty description="正在开发"></el-empty>
  </div>
</template>

<script>
  export default {
    name: "BdcdjWebYcsl",

    data () {
      return {};
    },

    mounted () { },

    methods: {},
  };
</script>

<style lang="scss" scoped></style>