|
@@ -6,18 +6,23 @@
|
|
<el-col :span="24" class="one">
|
|
<el-col :span="24" class="one">
|
|
<el-col :span="24" class="oneText">
|
|
<el-col :span="24" class="oneText">
|
|
<el-col :span="4" class="left">
|
|
<el-col :span="4" class="left">
|
|
- <el-image class="image" :src="info.url" fit="fill" />
|
|
|
|
|
|
+ <el-image
|
|
|
|
+ class="image"
|
|
|
|
+ v-if="info.logo && info.logo.length > 0"
|
|
|
|
+ :src="info.logo[0].url"
|
|
|
|
+ fit="fill"
|
|
|
|
+ />
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="20" class="right">
|
|
<el-col :span="20" class="right">
|
|
<el-col :span="24" class="right_1">
|
|
<el-col :span="24" class="right_1">
|
|
- <el-col :span="4" class="tags">
|
|
|
|
|
|
+ <el-col :span="6">
|
|
<el-tooltip effect="dark" :content="info.name" placement="top">
|
|
<el-tooltip effect="dark" :content="info.name" placement="top">
|
|
- {{ info.name || '暂无名称' }}
|
|
|
|
|
|
+ <span class="name textOver">{{ info.name || '暂无名称' }}</span>
|
|
</el-tooltip>
|
|
</el-tooltip>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="12" class="tags">
|
|
|
|
- <el-tag :type="[info.status == '0' ? 'success' : 'info']">{{
|
|
|
|
- getDict(info.status, 'status')
|
|
|
|
|
|
+ <el-col :span="10" class="tags">
|
|
|
|
+ <el-tag :type="[info.companyStatus == '0' ? 'success' : 'info']">{{
|
|
|
|
+ getDict(info.companyStatus, 'status')
|
|
}}</el-tag>
|
|
}}</el-tag>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8" class="button">
|
|
<el-col :span="8" class="button">
|
|
@@ -52,10 +57,12 @@
|
|
>法定代表人:{{ info.representative || '暂无' }}</el-col
|
|
>法定代表人:{{ info.representative || '暂无' }}</el-col
|
|
>
|
|
>
|
|
<el-col :span="8" class="info">邮箱:{{ info.email || '暂无' }}</el-col>
|
|
<el-col :span="8" class="info">邮箱:{{ info.email || '暂无' }}</el-col>
|
|
- <el-col :span="8" class="info">员工人数:{{ info.number || '暂无' }}</el-col>
|
|
|
|
|
|
+ <el-col :span="8" class="info">员工人数:{{ info.person || '暂无' }}人</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="right_3">
|
|
<el-col :span="24" class="right_3">
|
|
- <el-col :span="8" class="info">注册资本:{{ info.register || '暂无' }}</el-col>
|
|
|
|
|
|
+ <el-col :span="8" class="info"
|
|
|
|
+ >注册资本:{{ info.register || '暂无' }}万元人民币</el-col
|
|
|
|
+ >
|
|
<el-col :span="8" class="info">官网:{{ info.email || '暂无' }}</el-col>
|
|
<el-col :span="8" class="info">官网:{{ info.email || '暂无' }}</el-col>
|
|
<el-col :span="8" class="info">营业收入:{{ info.money || '暂无' }}</el-col>
|
|
<el-col :span="8" class="info">营业收入:{{ info.money || '暂无' }}</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -260,6 +267,7 @@ const sizeChange = (limits) => {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
.name {
|
|
.name {
|
|
|
|
+ margin: 0 10px 0 0;
|
|
word-break: break-all;
|
|
word-break: break-all;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
font-family:
|
|
font-family:
|
|
@@ -267,7 +275,6 @@ const sizeChange = (limits) => {
|
|
PingFang SC;
|
|
PingFang SC;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
- width: 175px;
|
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
@@ -278,7 +285,6 @@ const sizeChange = (limits) => {
|
|
grid-gap: 0.5rem;
|
|
grid-gap: 0.5rem;
|
|
gap: 0.5rem;
|
|
gap: 0.5rem;
|
|
display: flex;
|
|
display: flex;
|
|
- margin: 10px 0;
|
|
|
|
}
|
|
}
|
|
.time {
|
|
.time {
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
@@ -303,7 +309,7 @@ const sizeChange = (limits) => {
|
|
grid-gap: 0.5rem;
|
|
grid-gap: 0.5rem;
|
|
gap: 0.5rem;
|
|
gap: 0.5rem;
|
|
display: flex;
|
|
display: flex;
|
|
- margin: 10px 0;
|
|
|
|
|
|
+ margin: 5px 0 0 0;
|
|
}
|
|
}
|
|
.right_3 {
|
|
.right_3 {
|
|
display: flex;
|
|
display: flex;
|