瀏覽代碼

fix editor

scorpio 2 年之前
父節點
當前提交
86c25a0404
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/invest/index.vue

+ 1 - 1
src/views/invest/index.vue

@@ -25,7 +25,7 @@
             </div>
             <div class='white-bg padding'></div>
             <div class='flex-child-average'>
-              <amount v-if='dept===null' :type='yearType' :deptId='dept'/>
+              <amount v-if='dept===null && user.info.viewStage === 1' :type='yearType' :deptId='dept'/>
               <complete v-else :type='yearType' :deptId='dept'/>
             </div>
           </div>