diff --git a/src/views/modules/quotation/priceCheckProperties.vue b/src/views/modules/quotation/priceCheckProperties.vue index 9bf8a5d..43ca22f 100644 --- a/src/views/modules/quotation/priceCheckProperties.vue +++ b/src/views/modules/quotation/priceCheckProperties.vue @@ -25,9 +25,13 @@ export default { default: ()=>[], }, height:{ - type:Number, + type:[Number,String], default:300 }, + disabled:{ + type:Boolean, + default:false + } }, model:{ prop:"dataList", @@ -306,9 +310,8 @@ export default {