|
@@ -212,6 +212,7 @@
|
|
<el-table-column prop="packingType" label="包装方式">
|
|
<el-table-column prop="packingType" label="包装方式">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-popover
|
|
<el-popover
|
|
|
|
+ v-if="scope.row.packingType != '散装'"
|
|
placement="top"
|
|
placement="top"
|
|
:width="160"
|
|
:width="160"
|
|
trigger="hover"
|
|
trigger="hover"
|
|
@@ -225,12 +226,13 @@
|
|
<div>
|
|
<div>
|
|
<span
|
|
<span
|
|
style="margin-left: 6px"
|
|
style="margin-left: 6px"
|
|
- v-if="scope.row.packingType != '散装'"
|
|
|
|
|
|
+
|
|
>
|
|
>
|
|
{{ scope.row.baggingNotes }}</span
|
|
{{ scope.row.baggingNotes }}</span
|
|
>
|
|
>
|
|
</div>
|
|
</div>
|
|
</el-popover>
|
|
</el-popover>
|
|
|
|
+ <span v-else>{{ scope.row.packingType }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|