|
@@ -69,7 +69,7 @@ export default defineComponent({
|
|
|
{ label: '销售方', value: formatValue(data.sellusername) },
|
|
{ label: '销售方', value: formatValue(data.sellusername) },
|
|
|
{ label: '合同附件', value: formatValue(getImgName(data.attachment)) },
|
|
{ label: '合同附件', value: formatValue(getImgName(data.attachment)) },
|
|
|
{ label: '状态', value: getContractStatusName(data.contracctstatus), className: 'green' },
|
|
{ label: '状态', value: getContractStatusName(data.contracctstatus), className: 'green' },
|
|
|
- { label: "交易主体", value: formatValue(data.subjectname) }
|
|
|
|
|
|
|
+ //{ label: "交易主体", value: formatValue(data.subjectname) }
|
|
|
];
|
|
];
|
|
|
getBaseInfo(base);
|
|
getBaseInfo(base);
|
|
|
// 现货信息
|
|
// 现货信息
|
|
@@ -116,13 +116,14 @@ export default defineComponent({
|
|
|
|
|
|
|
|
<style lang="less">
|
|
<style lang="less">
|
|
|
.custom-detail {
|
|
.custom-detail {
|
|
|
- .ant-form.inlineForm {
|
|
|
|
|
- margin-top: 20px;
|
|
|
|
|
- }
|
|
|
|
|
- .upload {
|
|
|
|
|
- .look {
|
|
|
|
|
- margin-left: 0;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ .ant-form.inlineForm {
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .upload {
|
|
|
|
|
+ .look {
|
|
|
|
|
+ margin-left: 0;
|
|
|
}
|
|
}
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|