|
@@ -15,9 +15,9 @@
|
|
|
</el-col>
|
|
|
<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 v-if="menuIndex == '1'" class="leftInfo">
|
|
@@ -26,9 +26,9 @@
|
|
|
</el-col>
|
|
|
<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 v-if="menuIndex == '2'" class="leftInfo">
|
|
@@ -37,9 +37,9 @@
|
|
|
</el-col>
|
|
|
<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 v-if="menuIndex == '3'" class="leftInfo">
|
|
@@ -48,9 +48,9 @@
|
|
|
</el-col>
|
|
|
<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 class="page">
|