|
@@ -201,7 +201,7 @@
|
|
|
{{ computedTotalPrice(scope.row, scope.row.generatorPriceStf) }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column :width="tableColumnWidthMini" v-if="computedQuery.accessory == 'openPrice'" label="开架尺寸(长/宽/高/重量)"
|
|
|
+ <el-table-column width="100px" v-if="computedQuery.accessory == 'openPrice'" label="开架尺寸(长/宽/高/重量)"
|
|
|
align="center" prop="openParms" />
|
|
|
<el-table-column :width="'100px'" v-if="computedQuery.accessory == 'mutePrice'" label="静音尺寸(长/宽/高/重量)"
|
|
|
align="center" prop="muteParms" />
|
|
@@ -544,7 +544,8 @@ export default {
|
|
|
},
|
|
|
handleSuccess() {
|
|
|
this.msgSuccess("上传成功");
|
|
|
- this.getList()
|
|
|
+ this.getSearchOption()
|
|
|
+ // this.getList()
|
|
|
},
|
|
|
push(url) {
|
|
|
this.router.push(url)
|
|
@@ -562,10 +563,10 @@ export default {
|
|
|
this.$set(this.searchOption, 2, response.data);
|
|
|
|
|
|
})
|
|
|
- getFieldName('rate').then(response => {
|
|
|
- this.$set(this.searchOption, 3, response.data);
|
|
|
+ // getFieldName('rate').then(response => {
|
|
|
+ // this.$set(this.searchOption, 3, response.data);
|
|
|
|
|
|
- })
|
|
|
+ // })
|
|
|
|
|
|
},
|
|
|
/** 查询报价列表 */
|