|
@@ -234,7 +234,7 @@
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="8" class="noprint">
|
|
<a-col :md="6" :sm="8" class="noprint">
|
|
- <a-upload productName="file" :showUploadList="false" :file-list="fileList" :headers="tokenHeader" :multiple="false" :action="importExcelUrl" @change="handleImportExcel" :data="{code:this.detailsPlanNum.planNum,name:this.fileName}" :beforeUpload="uploadFlie" :remove="removeFile">
|
|
|
|
|
|
+ <a-upload productName="file" :showUploadList="true" :file-list="fileList" :headers="tokenHeader" :multiple="false" :action="importExcelUrl" @change="handleImportExcel" :data="{code:this.detailsPlanNum.planNum,name:this.fileName}" :beforeUpload="uploadFlie" :remove="removeFile">
|
|
<a-button type="primary" >附件上传</a-button>
|
|
<a-button type="primary" >附件上传</a-button>
|
|
</a-upload>
|
|
</a-upload>
|
|
</a-col>
|
|
</a-col>
|