|
@@ -217,8 +217,12 @@
|
|
</span>
|
|
</span>
|
|
</template>
|
|
</template>
|
|
<div>
|
|
<div>
|
|
- <span style="margin-left: 6px" v-if="scope.row.packingType != '散装'">
|
|
|
|
- {{ scope.row.baggingNotes }}</span>
|
|
|
|
|
|
+ <span
|
|
|
|
+ style="margin-left: 6px"
|
|
|
|
+ v-if="scope.row.packingType != '散装'"
|
|
|
|
+ >
|
|
|
|
+ {{ scope.row.baggingNotes }}</span
|
|
|
|
+ >
|
|
</div>
|
|
</div>
|
|
</el-popover>
|
|
</el-popover>
|
|
</template>
|
|
</template>
|
|
@@ -261,13 +265,24 @@
|
|
label="入库结算"
|
|
label="入库结算"
|
|
prop="updateDate"
|
|
prop="updateDate"
|
|
width="130"
|
|
width="130"
|
|
- ><span v-if="scope.row.procurementPlanType != '现货'">--</span></el-table-column>
|
|
|
|
|
|
+ >
|
|
|
|
+ <template slot-scope="scope"
|
|
|
|
+ ><span v-if="scope.row.procurementPlanType != '现货'"
|
|
|
|
+ >--</span
|
|
|
|
+ ></template
|
|
|
|
+ ></el-table-column
|
|
|
|
+ >
|
|
<el-table-column
|
|
<el-table-column
|
|
class="table_td"
|
|
class="table_td"
|
|
label="平仓结算"
|
|
label="平仓结算"
|
|
prop="updateDate"
|
|
prop="updateDate"
|
|
width="130"
|
|
width="130"
|
|
- ><span v-if="scope.row.procurementPlanType != '现货'">--</span></el-table-column>
|
|
|
|
|
|
+ ><template slot-scope="scope"
|
|
|
|
+ ><span v-if="scope.row.procurementPlanType != '现货'"
|
|
|
|
+ >--</span
|
|
|
|
+ ></template
|
|
|
|
+ ></el-table-column
|
|
|
|
+ >
|
|
<el-table-column prop="seller" label="操作" width="310">
|
|
<el-table-column prop="seller" label="操作" width="310">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<!-- <div v-if="scope.row.procurementPlanType != '现货'"> -->
|
|
<!-- <div v-if="scope.row.procurementPlanType != '现货'"> -->
|