|
@@ -281,7 +281,7 @@ export default {
|
|
|
created() {},
|
|
|
mounted() {},
|
|
|
updated() {
|
|
|
- this.$refs.superTable && this.$refs.superTable[0].doLayout();
|
|
|
+ // this.$refs.superTable && this.$refs.superTable[0].doLayout();
|
|
|
},
|
|
|
destroyed() {},
|
|
|
};
|
|
@@ -367,11 +367,13 @@ export default {
|
|
|
</el-descriptions>
|
|
|
|
|
|
<el-super-table
|
|
|
+ v-if="visible"
|
|
|
ref="superTable"
|
|
|
v-model="item.orderPriceVos"
|
|
|
:columns="tableColumns"
|
|
|
:size="$attrs.size"
|
|
|
:dict="dict"
|
|
|
+ showSummary
|
|
|
>
|
|
|
<!-- showSummary -->
|
|
|
<template slot="purchaseQuantity" slot-scope="scope">
|