• This project
    • Loading...
  • Sign in

Fedex / EcomWeb

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • EcomWeb
  • src
  • views
  • index.vue
  • jinhui.wang's avatar
    接口增加,订单,运单查询修改,申报页面增加 · f4f41588
    f4f41588 Browse Files
    jinhui.wang authored 2024-12-18 19:51:28 +0800
index.vue 375 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
<template>
  <div style="width: 100%; height: 100%; position: relative" v-if="imgShow">
    <div class="model"></div>
  </div>
</template>
<script>
export default {
  props: {},
  data() {
    return {
      url: "",
      imgShow: false,
      fcl: false,
    };
  },
  created() {

  },
  methods: {
   
  },
};
</script>

<style rel="stylesheet/scss" lang="scss"></style>