|
@@ -212,9 +212,7 @@
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
- <a-divider orientation="left">附件图片上传</a-divider>
|
|
|
- <b-upload-file :fileRefId="dataModel.companyID" :readonly="false" :multiple="true" style="width: 100%;"
|
|
|
- :setFileList="setFileList" :accept="'.pdf,.png,.jpg'" ></b-upload-file>
|
|
|
+
|
|
|
<a-divider orientation="left">其他信息</a-divider>
|
|
|
<a-row>
|
|
|
<a-col :span="8">
|
|
@@ -358,6 +356,9 @@
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
+ <a-divider orientation="left">附件图片上传</a-divider>
|
|
|
+ <b-upload-file :fileRefId="dataModel.companyID" :readonly="false" :multiple="true" style="width: 100%;"
|
|
|
+ :setFileList="setFileList" :accept="'.pdf,.png,.jpg'" ></b-upload-file>
|
|
|
<a-form-item class="buttom-btns">
|
|
|
<a-button @click="onClose">取消</a-button>
|
|
|
<a-button type="primary" html-type="submit">提交</a-button>
|