|
@@ -16,27 +16,27 @@
|
|
|
{{ item.name || '暂无名称' }}
|
|
|
</el-tooltip>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="other_1">
|
|
|
+ <el-col :span="24" class="other_1 textOne">
|
|
|
<span>建设主体:</span>
|
|
|
{{ item.build || '暂无建设主体' }}
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="other_1">
|
|
|
+ <el-col :span="24" class="other_1 textOne">
|
|
|
<span>运营主体:</span>
|
|
|
{{ item.operate || '暂无运营主体' }}
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="other_1">
|
|
|
+ <el-col :span="24" class="other_1 textOne">
|
|
|
<span>服务产业领域:</span>
|
|
|
{{ item.field || '暂无服务产业领域' }}
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="other_1">
|
|
|
+ <el-col :span="24" class="other_1 textOne">
|
|
|
<span>地址:</span>
|
|
|
{{ item.address || '暂无地址' }}
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="other_1">
|
|
|
+ <el-col :span="24" class="other_1 textOne">
|
|
|
<span>联系人:</span>
|
|
|
{{ item.contacts || '暂无联系人' }}
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="other_1">
|
|
|
+ <el-col :span="24" class="other_1 textOne">
|
|
|
<span>联系电话:</span>
|
|
|
{{ item.phone || '暂无联系电话' }}
|
|
|
</el-col>
|