|
@ -661,10 +661,11 @@ |
|
|
<template slot="label"> 开标日期 </template> |
|
|
<template slot="label"> 开标日期 </template> |
|
|
{{ this.infoMsg.bidOpenDate }} |
|
|
{{ this.infoMsg.bidOpenDate }} |
|
|
</el-descriptions-item> |
|
|
</el-descriptions-item> |
|
|
<el-descriptions-item> |
|
|
<el-descriptions-item span="2"> |
|
|
<template slot="label"> 评标情况 </template> |
|
|
<template slot="label"> 评标情况 </template> |
|
|
<!-- <div v-html="infoMsg.evaluationSituation"></div> --> |
|
|
<div class="fuwenben" v-html="infoMsg.evaluationSituation"></div> |
|
|
{{ this.infoMsg.evaluationSituation }} |
|
|
<!-- <div v-pre>{{ this.infoMsg.evaluationSituation }}</div> --> |
|
|
|
|
|
<!-- {{ this.infoMsg.evaluationSituation }} --> |
|
|
</el-descriptions-item> |
|
|
</el-descriptions-item> |
|
|
<el-descriptions-item> |
|
|
<el-descriptions-item> |
|
|
<template slot="label"> 招标人 </template> |
|
|
<template slot="label"> 招标人 </template> |
|
@ -1359,6 +1360,24 @@ export default { |
|
|
.el-dialog { |
|
|
.el-dialog { |
|
|
margin-top: 2vh !important; |
|
|
margin-top: 2vh !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.fuwenben { |
|
|
|
|
|
table { |
|
|
|
|
|
border-top: 1px solid #ccc; |
|
|
|
|
|
border-left: 1px solid #ccc; |
|
|
|
|
|
border-collapse: collapse; |
|
|
|
|
|
border-spacing: 0; |
|
|
|
|
|
} |
|
|
|
|
|
table td, |
|
|
|
|
|
table th { |
|
|
|
|
|
border-bottom: 1px solid #ccc; |
|
|
|
|
|
border-right: 1px solid #ccc; |
|
|
|
|
|
padding: 3px 5px; |
|
|
|
|
|
} |
|
|
|
|
|
table th { |
|
|
|
|
|
border-bottom: 2px solid #ccc; |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |
|
|
<style src="@wangeditor/editor/dist/css/style.css"></style> |
|
|
<style src="@wangeditor/editor/dist/css/style.css"></style> |
|
|