|
@@ -32,10 +32,10 @@
|
|
|
</el-tooltip>
|
|
|
<div class="tags">
|
|
|
<el-tag type="primary" v-if="item.title">{{
|
|
|
- getDict(item.title || '暂无', 'title')
|
|
|
+ getDict(item.title, 'title')
|
|
|
}}</el-tag>
|
|
|
<el-tag type="success" v-if="item.education">{{
|
|
|
- getDict(item.education || '暂无', 'education')
|
|
|
+ getDict(item.education, 'education')
|
|
|
}}</el-tag>
|
|
|
</div>
|
|
|
</el-col>
|
|
@@ -45,7 +45,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="two_1">
|
|
|
<span>技术领域:</span>
|
|
|
- {{ getDict(item.field || '暂无', 'field') }}
|
|
|
+ {{ getDict(item.field, 'field') }}
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="two_1 textOver">
|
|
|
<span>研究方向:</span>
|