Quellcode durchsuchen

隐藏交易用户

li.shaoyi vor 3 Jahren
Ursprung
Commit
49e2318a0e

+ 5 - 5
src/views/information/spot-contract/components/infoDetail/index.vue

@@ -40,7 +40,7 @@ export default defineComponent({
           { label: '保证金', value: formatValue(contractmargin) },
           { label: '业务员', value: formatValue(findManagerName(saleuserid, businessManager.value)) },
           { label: '跟单员', value: formatValue(findManagerName(meruserid, businessManager.value)) },
-          { label: '交易用户', value: formatValue(tradeusername) },
+          //{ label: '交易用户', value: formatValue(tradeusername) },
         ];
         getDesList(list);
       }
@@ -56,10 +56,10 @@ export default defineComponent({
 
 <style lang="less">
 .custom-detail {
-    .upload {
-        .look {
-            margin-left: 0;
-        }
+  .upload {
+    .look {
+      margin-left: 0;
     }
+  }
 }
 </style>