zhou.xiaoning 4 jaren geleden
bovenliggende
commit
3e9f4bdb9f
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      src/views/information/account_info/compoments/add-child-futures/index.vue

+ 2 - 2
src/views/information/account_info/compoments/add-child-futures/index.vue

@@ -85,8 +85,8 @@
                 {{item.rolename}}
               </a-select-option>
             </a-select>
-            <!-- <a-button @click="addTrader"
-                      class="operBtn">新增</a-button> -->
+            <a-button @click="addTrader"
+                      class="operBtn" v-if="!isPingAnOem()">新增</a-button>
           </a-form-item>
         </a-col>
       </a-row>