|
@@ -3,74 +3,7 @@
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="24" class="main animate__animated animate__backInRight" v-loading="loading">
|
|
<el-col :span="24" class="main animate__animated animate__backInRight" v-loading="loading">
|
|
<div class="w_1200">
|
|
<div class="w_1200">
|
|
- <el-col :span="24" class="one">
|
|
|
|
- <el-row :span="24" class="one_1">
|
|
|
|
- <el-col :span="20" class="title">{{ info.name || '暂无标题' }}</el-col>
|
|
|
|
- <el-col :span="4" class="file" @click="toCollection">
|
|
|
|
- <el-icon><Star /></el-icon>
|
|
|
|
- 收藏
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="24" class="two">
|
|
|
|
- <a-descriptions bordered>
|
|
|
|
- <a-descriptions-item label="行业领域">
|
|
|
|
- {{ getDict(info.field, 'field') }}
|
|
|
|
- </a-descriptions-item>
|
|
|
|
- <a-descriptions-item label="需求紧急度">
|
|
|
|
- {{ getDict(info.urgent, 'urgent') }}
|
|
|
|
- </a-descriptions-item>
|
|
|
|
- <a-descriptions-item label="合作方式">
|
|
|
|
- {{ getDict(info.method, 'method') }}
|
|
|
|
- </a-descriptions-item>
|
|
|
|
- <a-descriptions-item label="有效期">
|
|
|
|
- {{ getTime(info.time) }}
|
|
|
|
- </a-descriptions-item>
|
|
|
|
- <a-descriptions-item label="需求地区">
|
|
|
|
- {{ getArea(info.area) }}
|
|
|
|
- </a-descriptions-item>
|
|
|
|
- </a-descriptions>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="24" class="pointer">
|
|
|
|
- <div class="money">
|
|
|
|
- 价格:<span> {{ info.money || '面议' }} </span>
|
|
|
|
- </div>
|
|
|
|
- <a-button type="primary" @click="toDocking"> 我要对接 </a-button>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="24" class="pointer" v-if="!user && !user._id">
|
|
|
|
- 提醒:您还没有登录,登录成功后再对接
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="24" class="thr">
|
|
|
|
- <el-col :span="24" class="thr_1">
|
|
|
|
- <p>单位信息</p>
|
|
|
|
- </el-col>
|
|
|
|
- <el-row :span="24" class="thr_2">
|
|
|
|
- <el-col :span="17" class="left">
|
|
|
|
- <el-col :span="24" class="name">
|
|
|
|
- {{ unit.name || '暂无' }}
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="24" class="other">
|
|
|
|
- <span>联系人</span>
|
|
|
|
- {{ unit.contacts || '暂无' }}
|
|
|
|
- </el-col>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="4" class="right">
|
|
|
|
- <a-button type="primary" @click="toChat">
|
|
|
|
- <template #icon>
|
|
|
|
- <MessageOutlined />
|
|
|
|
- </template>
|
|
|
|
- 点击在线洽谈
|
|
|
|
- </a-button>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- </el-col>
|
|
|
|
- <a-divider />
|
|
|
|
- <el-col :span="24" class="four">
|
|
|
|
- <el-col :span="24" class="four_1">
|
|
|
|
- <p>需求详情</p>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="24" class="four_2">{{ info.brief || '暂无' }}</el-col>
|
|
|
|
- </el-col>
|
|
|
|
|
|
+ <el-col :span="24" class="one"> 企业详情 </el-col>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -79,7 +12,6 @@
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
// 基础
|
|
// 基础
|
|
-import { MessageOutlined } from '@ant-design/icons-vue'
|
|
|
|
import { get } from 'lodash-es'
|
|
import { get } from 'lodash-es'
|
|
const $checkRes = inject('$checkRes')
|
|
const $checkRes = inject('$checkRes')
|
|
// 接口
|
|
// 接口
|