zhou.xiaoning 4 年之前
父节点
当前提交
3e9f4bdb9f
共有 1 个文件被更改,包括 2 次插入2 次删除
  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>