作者 张晓杰

产品类型名称

@@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
24 <tr> 24 <tr>
25 <th scop="col" class="table_lable">产品类型:</th> 25 <th scop="col" class="table_lable">产品类型:</th>
26 <th scop="col"> 26 <th scop="col">
27 - {{model.productType}} 27 + {{model.productTypeName}}
28 </th> 28 </th>
29 </tr> 29 </tr>
30 <tr> 30 <tr>
@@ -288,9 +288,9 @@ export default { @@ -288,9 +288,9 @@ export default {
288 } 288 }
289 289
290 .ant-carousel >>> .custom-slick-arrow { 290 .ant-carousel >>> .custom-slick-arrow {
291 - width: 25px;  
292 - height: 25px;  
293 - font-size: 25px; 291 + width: 30px;
  292 + height: 30px;
  293 + font-size: 30px;
294 color: #cbc9c9; 294 color: #cbc9c9;
295 /* background-color: rgba(31, 45, 61, 0.11); */ 295 /* background-color: rgba(31, 45, 61, 0.11); */
296 opacity: 0.3; 296 opacity: 0.3;
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 </a-col> 16 </a-col>
17 <a-col :span="24"> 17 <a-col :span="24">
18 <a-form-model-item label="产品类型" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="productType" style="margin-bottom: -50px"> 18 <a-form-model-item label="产品类型" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="productType" style="margin-bottom: -50px">
19 - {{model.productType}} 19 + {{model.productTypeName}}
20 </a-form-model-item> 20 </a-form-model-item>
21 </a-col> 21 </a-col>
22 <a-col :span="24"> 22 <a-col :span="24">
@@ -178,7 +178,7 @@ export default { @@ -178,7 +178,7 @@ export default {
178 if(record){ 178 if(record){
179 this.titlea = '编辑' 179 this.titlea = '编辑'
180 this.model = Object.assign({}, record); 180 this.model = Object.assign({}, record);
181 - // console.log('this.model=======',this.model) 181 + console.log('this.model=======',this.model)
182 this.loadDesign(); 182 this.loadDesign();
183 this.loadBiddingSq() 183 this.loadBiddingSq()
184 }else{ 184 }else{