|
|
@@ -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>
|