Commit ac7f98ac authored by gengchunlei's avatar gengchunlei

bug修改

parent 90618877
...@@ -74,10 +74,11 @@ ...@@ -74,10 +74,11 @@
{{detailInfo.parentDate || '--'}} {{detailInfo.parentDate || '--'}}
</a-descriptions-item> </a-descriptions-item>
<a-descriptions-item label="上传照片" v-if="routerParams.source != 2"> <a-descriptions-item label="上传照片" v-if="routerParams.source != 2">
<img width="120px" height="120px" :src="detailInfo.consentUrl"/> <img style="cursor: pointer" width="120px" height="120px" :src="detailInfo.consentUrl"
@click="showVisible=true"/>
</a-descriptions-item> </a-descriptions-item>
</a-descriptions> </a-descriptions>
<!-- <div class="card_info"> <div class="card_info">
<a-card class="book" :headStyle="{background: '#FAFAFA'}" v-if="routerParams.source == 2"> <a-card class="book" :headStyle="{background: '#FAFAFA'}" v-if="routerParams.source == 2">
<div slot="title" style="text-align: center;"> <div slot="title" style="text-align: center;">
<span style="color: #262626;font-size: 14px">知情同意书</span> <span style="color: #262626;font-size: 14px">知情同意书</span>
...@@ -150,11 +151,11 @@ ...@@ -150,11 +151,11 @@
import router from "../../../../router"; import router from "../../../../router";
const columns = [ const columns = [
{
title: '供应商', title: '供应商',
dataIndex: 'supplierName', dataIndex: 'supplierName',
ellipsis: true ellipsis: true
}, },
{
{ {
title: '品牌', title: '品牌',
dataIndex: 'brandName', dataIndex: 'brandName',
...@@ -183,7 +184,8 @@ ...@@ -183,7 +184,8 @@
detailInfo: {}, detailInfo: {},
spinning: false, spinning: false,
bookHtmlContent: {content: undefined}, bookHtmlContent: {content: undefined},
columns columns,
showVisible: false
} }
}, },
created() { created() {
...@@ -214,7 +216,7 @@ ...@@ -214,7 +216,7 @@
goBack() { goBack() {
this.$router.push("/Home/folviteDistribution"); this.$router.push("/Home/folviteDistribution");
closedDetail('/inStock/inStockManageDetail', '/Home/folviteDistribution') closedDetail('/inStock/inStockManageDetail', '/Home/folviteDistribution')
} },
}, },
} }
</script> </script>
...@@ -236,22 +238,26 @@ ...@@ -236,22 +238,26 @@
width: 135px; width: 135px;
} }
} }
.card_info{
.ant-card-head-title{ .card_info {
padding: 9px 0px!important; .ant-card-head-title {
padding: 9px 0px !important;
} }
.ant-card-head { .ant-card-head {
min-height: 32px; min-height: 32px;
} }
.ant-card-bordered { .ant-card-bordered {
border-top: 0px!important; border-top: 0px !important;
border-bottom: 0px!important; border-bottom: 0px !important;
} }
} }
.remark_info { .remark_info {
.ant-descriptions-view { .ant-descriptions-view {
.ant-descriptions-bordered .ant-descriptions-view { .ant-descriptions-bordered .ant-descriptions-view {
border: 0px!important; border: 0px !important;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment