提交 d26a4532 authored 作者: CRS's avatar CRS

new

上级 848fcca9
...@@ -901,6 +901,7 @@ export default { ...@@ -901,6 +901,7 @@ export default {
// console.log('数据请求结果', res.data) // console.log('数据请求结果', res.data)
console.log(this.$route.query.agree) console.log(this.$route.query.agree)
if (res.data !== 500) { if (res.data !== 500) {
this.title = res.data.localContact;
this.systemName = res.data.sysName; this.systemName = res.data.sysName;
this.reportName =res.data.type === 2 ? '适配' : '改造' + '工作评估报告'; this.reportName =res.data.type === 2 ? '适配' : '改造' + '工作评估报告';
this.reportName = '在国产化安全自主可控环境下的' + this.reportName; this.reportName = '在国产化安全自主可控环境下的' + this.reportName;
......
...@@ -764,7 +764,7 @@ ...@@ -764,7 +764,7 @@
<p class="otherTitle">3、额外依赖服务申请</p> <p class="otherTitle">3、额外依赖服务申请</p>
<p class="bird">额外依赖服务申请费用 <span></span> {{this.newApply.cost === -1 ? '无' : this.newApply.cost}}</p> <p class="bird">额外依赖服务申请费用 <span></span> {{this.newApply.cost === -1 ? '无' : this.newApply.cost}}</p>
<p class="otherTitle">4、适配难度评估</p> <p class="otherTitle">4、适配难度评估</p>
<p class="bird">{{this.newDifficuty.des}}</p> <p class="bird">难度系数:{{ this.newCost.degreeOfDifficulty.calculation}}</p>
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论