作者 张晓杰

产品类型名称

... ... @@ -24,7 +24,7 @@
<tr>
<th scop="col" class="table_lable">产品类型:</th>
<th scop="col">
{{model.productType}}
{{model.productTypeName}}
</th>
</tr>
<tr>
... ... @@ -288,9 +288,9 @@ export default {
}
.ant-carousel >>> .custom-slick-arrow {
width: 25px;
height: 25px;
font-size: 25px;
width: 30px;
height: 30px;
font-size: 30px;
color: #cbc9c9;
/* background-color: rgba(31, 45, 61, 0.11); */
opacity: 0.3;
... ...
... ... @@ -16,7 +16,7 @@
</a-col>
<a-col :span="24">
<a-form-model-item label="产品类型" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="productType" style="margin-bottom: -50px">
{{model.productType}}
{{model.productTypeName}}
</a-form-model-item>
</a-col>
<a-col :span="24">
... ... @@ -178,7 +178,7 @@ export default {
if(record){
this.titlea = '编辑'
this.model = Object.assign({}, record);
// console.log('this.model=======',this.model)
console.log('this.model=======',this.model)
this.loadDesign();
this.loadBiddingSq()
}else{
... ...