|
|
@ -73,7 +73,7 @@ |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item prop="manufacturerTelePhone"> |
|
|
|
<el-input v-model="temp.manufacturerTelePhone" maxlength="20" placeholder="" class="addinputw" |
|
|
|
<el-input v-model="temp.manufacturerTelePhone" maxlength="20" placeholder="例:010-88888888" class="addinputw" |
|
|
|
clearable/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
@ -82,7 +82,7 @@ |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item prop="manufacturerFax"> |
|
|
|
<el-input v-model="temp.manufacturerFax" maxlength="20" placeholder="" class="addinputw" clearable/> |
|
|
|
<el-input v-model="temp.manufacturerFax" maxlength="20" placeholder="例:010-88888888" class="addinputw" clearable/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
@ -110,7 +110,7 @@ |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item prop="contactTelePhone"> |
|
|
|
<el-input v-model="temp.contactTelePhone" maxlength="14" placeholder="" class="addinputw" clearable/> |
|
|
|
<el-input v-model="temp.contactTelePhone" maxlength="14" placeholder="例:010-88888888" class="addinputw" clearable/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="4"> |
|
|
@ -1363,13 +1363,13 @@ export default { |
|
|
|
float: left; |
|
|
|
color: #606266; |
|
|
|
line-height: 42px !important; |
|
|
|
font-weight: 600; |
|
|
|
/*font-weight: 600;*/ |
|
|
|
} |
|
|
|
/deep/ .el-col-4 { |
|
|
|
text-align: right; |
|
|
|
float: left; |
|
|
|
color: #606266; |
|
|
|
line-height: 42px !important; |
|
|
|
font-weight: 600; |
|
|
|
/*font-weight: 600;*/ |
|
|
|
} |
|
|
|
</style> |
|
|
|