|
|
|
@ -26,7 +26,7 @@ export default { |
|
|
|
default: ()=>[], |
|
|
|
}, |
|
|
|
height:{ |
|
|
|
type:Number, |
|
|
|
type:[Number,String], |
|
|
|
default:200 |
|
|
|
}, |
|
|
|
}, |
|
|
|
@ -319,9 +319,9 @@ export default { |
|
|
|
<el-button type="primary" :loading="loading" v-if="quotationNo" @click="saveBtnClick">新增</el-button> |
|
|
|
<el-button type="primary" @click="saveClick" v-if="quotationNo">{{ attributeDialog?'编辑':'保存' }}</el-button> |
|
|
|
</div> |
|
|
|
<div class="rq" v-if="attributeDialog" style="height: 100%"> |
|
|
|
<div class="rq" v-if="attributeDialog"> |
|
|
|
<el-table |
|
|
|
:height="this.height - 280" |
|
|
|
:height="height" |
|
|
|
:data="dataList" |
|
|
|
border |
|
|
|
style="width: 100%;margin-top: 5px"> |
|
|
|
@ -349,7 +349,7 @@ export default { |
|
|
|
</div> |
|
|
|
<div class="rq" v-else style="height: 100%"> |
|
|
|
<el-table |
|
|
|
:height="this.height - 60" |
|
|
|
:height="height" |
|
|
|
:data="copyAttributeList" |
|
|
|
border |
|
|
|
style="width: 100%;margin-top: 5px"> |
|
|
|
|