|
@@ -27,16 +27,26 @@
|
|
{{ detailInfo.name }}
|
|
{{ detailInfo.name }}
|
|
</p>
|
|
</p>
|
|
<p>
|
|
<p>
|
|
- <span>产品类型:{{ detailInfo.product_type_name || '暂无' }}</span>
|
|
|
|
- <span>收费标准:{{ detailInfo.price || '暂无' }}/{{ detailInfo.priceunit || '暂无' }}</span>
|
|
|
|
- </p>
|
|
|
|
- <p>
|
|
|
|
<span>
|
|
<span>
|
|
- 交易方式:{{
|
|
|
|
- detailInfo.business === '0' ? '公用' : detailInfo.business === '1' ? '转让' : detailInfo.business === '2' ? '竞价' : '暂无'
|
|
|
|
|
|
+ 产品类型:{{
|
|
|
|
+ detailInfo.totaltype === '0' ? '技术' : detailInfo.totaltype === '1' ? '产品' : detailInfo.totaltype === '2' ? '服务' : '暂无'
|
|
|
|
+ }}
|
|
|
|
+ </span>
|
|
|
|
+ <span>
|
|
|
|
+ 所属领域:{{
|
|
|
|
+ `${detailInfo.field}` === `0`
|
|
|
|
+ ? '先进制造'
|
|
|
|
+ : `${detailInfo.field}` === `1`
|
|
|
|
+ ? '新材料'
|
|
|
|
+ : `${detailInfo.field}` === `2`
|
|
|
|
+ ? '光电子'
|
|
|
|
+ : `${detailInfo.field}` === `3`
|
|
|
|
+ ? '信息技术'
|
|
|
|
+ : `${detailInfo.field}` === `4`
|
|
|
|
+ ? '文化和科技融合'
|
|
|
|
+ : '暂无'
|
|
}}
|
|
}}
|
|
</span>
|
|
</span>
|
|
- <span>研发阶段:{{ detailInfo.phase == 1 ? '阶段成果' : detailInfo.phase == 2 ? '最终成果' : '暂无' }}</span>
|
|
|
|
</p>
|
|
</p>
|
|
<p>
|
|
<p>
|
|
<span>联系人:{{ detailInfo.contact_user || '暂无' }}</span>
|
|
<span>联系人:{{ detailInfo.contact_user || '暂无' }}</span>
|
|
@@ -44,13 +54,9 @@
|
|
</p>
|
|
</p>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="oneDown">
|
|
<el-col :span="24" class="oneDown">
|
|
- <div>
|
|
|
|
- <p>应用领域:</p>
|
|
|
|
- <p>{{ detailInfo.field || '暂无' }}</p>
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
|
|
+ <!-- <div>
|
|
<p><span>产品参数:</span><span @click="argsBtn(detailInfo.product_args)">查看详情</span></p>
|
|
<p><span>产品参数:</span><span @click="argsBtn(detailInfo.product_args)">查看详情</span></p>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
<div>
|
|
<div>
|
|
<p>服务范围:</p>
|
|
<p>服务范围:</p>
|
|
<p class="moreScope" v-if="scope != ''">{{ detailInfo.scope || '暂无' }}</p>
|
|
<p class="moreScope" v-if="scope != ''">{{ detailInfo.scope || '暂无' }}</p>
|
|
@@ -346,10 +352,10 @@ p {
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
padding: 20px 0;
|
|
padding: 20px 0;
|
|
}
|
|
}
|
|
- p:nth-child(2) span:last-child {
|
|
|
|
- color: red;
|
|
|
|
- font-weight: bold;
|
|
|
|
- }
|
|
|
|
|
|
+ // p:nth-child(2) span:last-child {
|
|
|
|
+ // color: red;
|
|
|
|
+ // font-weight: bold;
|
|
|
|
+ // }
|
|
}
|
|
}
|
|
.oneDown {
|
|
.oneDown {
|
|
border-top: 1px dashed #ccc;
|
|
border-top: 1px dashed #ccc;
|