提交 c75b5864 authored 作者: thy's avatar thy

合并分支 'thy' 到 'ningbo'

Thy 查看合并请求 !134
...@@ -41,15 +41,22 @@ ...@@ -41,15 +41,22 @@
语言: 语言:
<span class="nmmsl"> <span class="nmmsl">
{{ this.language === 1? {{ this.language === 1?
'java' : this.language === 2 ? 'C' : this.language === 2 ?
'js' : this.language === 3 ? 'VB' : this.language === 3 ?
'python': this.language ===4 ? 'DELPHI': this.language ===4 ?
'asp' :this.language ===6? 'PHP' :this.language ===5?
'go' : this.language ===7? 'JAVA' : this.language ===6?
'html': this.language ===8? 'PYTHON': this.language ===7?
'c#' : this.language ===10? 'GO' : this.language ===8?
'unknow': '-' 'RUST': this.language ===9?
'RUBY' : this.language ===10?
'PERL': this.language == 11?
'MATLAB' : this.language ===12?
'QITA' : this.language ===13?
'JAVASCRIPT' : this.language ===14?
'HTML': '-'
}} }}
</span> </span>
</div> </div>
</el-col> </el-col>
...@@ -979,7 +986,7 @@ export default { ...@@ -979,7 +986,7 @@ export default {
getTechnology(name) { getTechnology(name) {
console.log(name) console.log(name)
this.$server.getTechnology(name).then(res=>{ this.$server.getTechnology(name).then(res=>{
console.log('数据请求结果',res.data) console.log('数据请求结果',res)
if (res.data === 500) { if (res.data === 500) {
this.picture = true this.picture = true
...@@ -999,13 +1006,14 @@ export default { ...@@ -999,13 +1006,14 @@ export default {
// this.type === 1 ? this.type = '改造' : this.type = '适配' // this.type === 1 ? this.type = '改造' : this.type = '适配'
this.framework = res.data.framework this.framework = res.data.framework
this.language = res.data.language this.language = res.data.language
this.budget = res.data.budget this.budget = res.data.budget
// firstTable // firstTable
this.tableData = res.data.sysScale this.tableData = res.data.sysScale
console.log( 'pic', res.data.code) console.log( 'pic', res.data)
console.log( '3333',this.tableData) // console.log( '3333',this.tableData)
console.log( 'type',this.type) // console.log( 'type',this.type)
// technologyReports 技术和替换策略建议 // technologyReports 技术和替换策略建议
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论