|
@@ -9,9 +9,9 @@
|
|
|
<el-col :span="23" class="infoLeft">
|
|
|
<el-table :data="resultTable" stripe style="width: 96%" border>
|
|
|
<el-table-column prop="time" label="时间"> </el-table-column>
|
|
|
- <el-table-column prop="name" label="项目名称" show-overflow-tooltip="true"> </el-table-column>
|
|
|
- <el-table-column prop="sell_unit" label="营销单位" show-overflow-tooltip="true"> </el-table-column>
|
|
|
- <el-table-column prop="buy_unit" label="采购单位" show-overflow-tooltip="true"> </el-table-column>
|
|
|
+ <el-table-column prop="name" label="项目名称" :show-overflow-tooltip="true"> </el-table-column>
|
|
|
+ <el-table-column prop="sell_unit" label="营销单位" :show-overflow-tooltip="true"> </el-table-column>
|
|
|
+ <el-table-column prop="buy_unit" label="采购单位" :show-overflow-tooltip="true"> </el-table-column>
|
|
|
</el-table>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="leftListDown"><span></span><span @click="turnToList('展示成果')">MORE</span></el-col>
|
|
@@ -21,9 +21,9 @@
|
|
|
<el-col :span="23" class="infoRight">
|
|
|
<el-table :data="willTable" stripe style="width: 96%" border>
|
|
|
<el-table-column prop="time" label="时间"> </el-table-column>
|
|
|
- <el-table-column prop="name" label="项目名称" show-overflow-tooltip="true"> </el-table-column>
|
|
|
- <el-table-column prop="sell_unit" label="营销单位" show-overflow-tooltip="true"> </el-table-column>
|
|
|
- <el-table-column prop="buy_unit" label="采购单位" show-overflow-tooltip="true"> </el-table-column>
|
|
|
+ <el-table-column prop="name" label="项目名称" :show-overflow-tooltip="true"> </el-table-column>
|
|
|
+ <el-table-column prop="sell_unit" label="营销单位" :show-overflow-tooltip="true"> </el-table-column>
|
|
|
+ <el-table-column prop="buy_unit" label="采购单位" :show-overflow-tooltip="true"> </el-table-column>
|
|
|
</el-table>
|
|
|
</el-col>
|
|
|
<el-col :span="1" class="rightTitle">
|
|
@@ -42,9 +42,9 @@
|
|
|
<el-col :span="23" class="infoRight">
|
|
|
<el-table :data="cooperationTable" stripe style="width: 96%" border>
|
|
|
<el-table-column prop="time" label="时间"> </el-table-column>
|
|
|
- <el-table-column prop="name" label="项目名称" show-overflow-tooltip="true"> </el-table-column>
|
|
|
- <el-table-column prop="sell_unit" label="营销单位" show-overflow-tooltip="true"> </el-table-column>
|
|
|
- <el-table-column prop="buy_unit" label="采购单位" show-overflow-tooltip="true"> </el-table-column>
|
|
|
+ <el-table-column prop="name" label="项目名称" :show-overflow-tooltip="true"> </el-table-column>
|
|
|
+ <el-table-column prop="sell_unit" label="营销单位" :show-overflow-tooltip="true"> </el-table-column>
|
|
|
+ <el-table-column prop="buy_unit" label="采购单位" :show-overflow-tooltip="true"> </el-table-column>
|
|
|
</el-table>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="leftListDown"><span></span><span @click="turnToList('洽谈合作')">MORE</span></el-col>
|
|
@@ -54,9 +54,9 @@
|
|
|
<el-col :span="23" class="infoLeft">
|
|
|
<el-table :data="demandTable" stripe style="width: 96%" border>
|
|
|
<el-table-column prop="time" label="时间"> </el-table-column>
|
|
|
- <el-table-column prop="name" label="项目名称" show-overflow-tooltip="true"> </el-table-column>
|
|
|
- <el-table-column prop="sell_unit" label="营销单位" show-overflow-tooltip="true"> </el-table-column>
|
|
|
- <el-table-column prop="buy_unit" label="采购单位" show-overflow-tooltip="true"> </el-table-column>
|
|
|
+ <el-table-column prop="name" label="项目名称" :show-overflow-tooltip="true"> </el-table-column>
|
|
|
+ <el-table-column prop="sell_unit" label="营销单位" :show-overflow-tooltip="true"> </el-table-column>
|
|
|
+ <el-table-column prop="buy_unit" label="采购单位" :show-overflow-tooltip="true"> </el-table-column>
|
|
|
</el-table>
|
|
|
</el-col>
|
|
|
<el-col :span="1" class="rightTitle">
|