Browse Source

attachment

star7th 6 years ago
parent
commit
5051b448e4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      web_src/src/components/item/show/show_regular_item/Index.vue

+ 3 - 0
web_src/src/components/item/show/show_regular_item/Index.vue

@@ -18,6 +18,9 @@
            <div class="doc-title-box" id="doc-title-box">
               <span id="doc-title-span" class="dn"></span>
               <h2 id="doc-title">{{page_title}}</h2>
+              <el-badge :value="attachment_count" class="item"  id="attachment" v-if="attachment_count"   @click.native="ShowAttachment" >
+                <i class="el-icon-upload"></i> 
+              </el-badge>
           </div>
           <div id="doc-body" >