|
@@ -13,9 +13,9 @@
|
|
|
<a-col :md="6" :sm="24">
|
|
|
<a-form-model-item label="车架号(VIN)" prop="vinCode">
|
|
|
<a-input id="productInfoList-vinCode" v-model.trim="queryParam.vinCode" allowClear placeholder="请输入车架号(VIN)">
|
|
|
- <a-icon @click="uploadFun" :type="vinLoading?'loading':'camera'" slot="addonAfter" :style="{ fontSize: '18px', verticalAlign: 'bottom' }" />
|
|
|
+ <!-- <a-icon @click="uploadFun" :type="vinLoading?'loading':'camera'" slot="addonAfter" :style="{ fontSize: '18px', verticalAlign: 'bottom' }" /> -->
|
|
|
</a-input>
|
|
|
- <input type="file" id="filed" accept="image/jpeg,image/png" hidden="" @change="filePreview">
|
|
|
+ <!-- <input type="file" id="filed" accept="image/jpeg,image/png" hidden="" @change="filePreview"> -->
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :md="5" :sm="24">
|